|
Blender V5.0
|
#include <BKE_object.hh>
Public Attributes | |
| float | loc [3] |
| float | dloc [3] |
| float | scale [3] |
| float | dscale [3] |
| float | rot [3] |
| float | drot [3] |
| float | quat [4] |
| float | dquat [4] |
| float | rotAxis [3] |
| float | drotAxis [3] |
| float | rotAngle |
| float | drotAngle |
Definition at line 421 of file BKE_object.hh.
| float ObjectTfmProtectedChannels::dloc[3] |
Definition at line 422 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::dquat[4] |
Definition at line 425 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::drot[3] |
Definition at line 424 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::drotAngle |
Definition at line 427 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::drotAxis[3] |
Definition at line 426 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::dscale[3] |
Definition at line 423 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::loc[3] |
Definition at line 422 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::quat[4] |
Definition at line 425 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::rot[3] |
Definition at line 424 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::rotAngle |
Definition at line 427 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::rotAxis[3] |
Definition at line 426 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().
| float ObjectTfmProtectedChannels::scale[3] |
Definition at line 423 of file BKE_object.hh.
Referenced by BKE_object_tfm_protected_restore().