|
Blender
V2.93
|
#include <util_transform.h>
Public Attributes | |
| float4 | x |
| float4 | y |
| float4 | z |
| float4 | w |
Definition at line 50 of file util_transform.h.
| float4 DecomposedTransform::w |
Definition at line 51 of file util_transform.h.
Referenced by transform_compose(), transform_decompose(), transform_decomposed_isfinite_safe(), transform_motion_array_interpolate(), and transform_motion_decompose().
| float4 DecomposedTransform::x |
Definition at line 51 of file util_transform.h.
Referenced by transform_compose(), transform_decompose(), transform_decomposed_isfinite_safe(), transform_motion_array_interpolate(), and transform_motion_decompose().
| float4 DecomposedTransform::y |
Definition at line 51 of file util_transform.h.
Referenced by transform_compose(), transform_decompose(), transform_decomposed_isfinite_safe(), and transform_motion_array_interpolate().
| float4 DecomposedTransform::z |
Definition at line 51 of file util_transform.h.
Referenced by transform_compose(), transform_decompose(), transform_decomposed_isfinite_safe(), transform_motion_array_interpolate(), and transform_motion_decompose().