|
Blender V4.3
|
#include <transform.h>
Public Attributes | |
| float4 | x |
| float4 | y |
| float4 | z |
| float4 | w |
Definition at line 42 of file transform.h.
| float4 DecomposedTransform::w |
Definition at line 43 of file transform.h.
Referenced by transform_decompose(), transform_motion_array_interpolate(), and transform_motion_decompose().
| float4 DecomposedTransform::x |
Definition at line 43 of file transform.h.
Referenced by transform_decompose(), transform_motion_array_interpolate(), and transform_motion_decompose().
| float4 DecomposedTransform::y |
Definition at line 43 of file transform.h.
Referenced by transform_decompose(), and transform_motion_array_interpolate().
| float4 DecomposedTransform::z |
Definition at line 43 of file transform.h.
Referenced by transform_decompose(), transform_motion_array_interpolate(), and transform_motion_decompose().