Blender V2.61 - r43446
|
#include <BLI_math_rotation.h>
Public Attributes | |
float | quat [4] |
float | trans [4] |
float | scale [4][4] |
float | scale_weight |
Definition at line 163 of file BLI_math_rotation.h.
float DualQuat::quat[4] |
Definition at line 164 of file BLI_math_rotation.h.
Referenced by add_weighted_dq_dq(), dquat_to_mat4(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().
float DualQuat::scale[4][4] |
Definition at line 167 of file BLI_math_rotation.h.
Referenced by add_weighted_dq_dq(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().
float DualQuat::scale_weight |
Definition at line 168 of file BLI_math_rotation.h.
Referenced by add_weighted_dq_dq(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().
float DualQuat::trans[4] |
Definition at line 165 of file BLI_math_rotation.h.
Referenced by add_weighted_dq_dq(), dquat_to_mat4(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().