|
Blender
V3.3
|
#include <DNA_vec_types.h>
Public Attributes | |
| float | quat [4] |
| float | trans [4] |
| float | scale [4][4] |
| float | scale_weight |
dual quaternion.
Definition at line 74 of file DNA_vec_types.h.
| float DualQuat::quat[4] |
Definition at line 75 of file DNA_vec_types.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 78 of file DNA_vec_types.h.
Referenced by add_weighted_dq_dq(), dquat_to_mat4(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().
| float DualQuat::scale_weight |
Definition at line 79 of file DNA_vec_types.h.
Referenced by add_weighted_dq_dq(), dquat_to_mat4(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().
| float DualQuat::trans[4] |
Definition at line 76 of file DNA_vec_types.h.
Referenced by add_weighted_dq_dq(), dquat_to_mat4(), mat4_to_dquat(), mul_v3m3_dq(), and normalize_dq().