|
Blender
V2.59
|
Public Attributes | |
| float | loc [3] |
| float | dloc [3] |
| float | orig [3] |
| float | size [3] |
| float | dsize [3] |
| float | rot [3] |
| float | drot [3] |
| float | quat [4] |
| float | dquat [4] |
| float | rotAxis [3] |
| float | drotAxis [3] |
| float | rotAngle |
| float | drotAngle |
| float | obmat [4][4] |
| float | parentinv [4][4] |
| float | constinv [4][4] |
| float | imat [4][4] |
| float ObTfmBack::constinv[4][4] |
Definition at line 2512 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::dloc[3] |
Definition at line 2504 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::dquat[4] |
Definition at line 2507 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::drot[3] |
Definition at line 2506 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::drotAngle |
Definition at line 2509 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::drotAxis[3] |
Definition at line 2508 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::dsize[3] |
Definition at line 2505 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::imat[4][4] |
Definition at line 2513 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::loc[3] |
Definition at line 2504 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::obmat[4][4] |
Definition at line 2510 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::orig[3] |
Definition at line 2504 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::parentinv[4][4] |
Definition at line 2511 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::quat[4] |
Definition at line 2507 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::rot[3] |
Definition at line 2506 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::rotAngle |
Definition at line 2509 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::rotAxis[3] |
Definition at line 2508 of file object.c.
Referenced by object_tfm_backup(), and object_tfm_restore().
| float ObTfmBack::size[3] |
Definition at line 2505 of file object.c.
Referenced by MakeCursor::App::changesize(), MakeCursor::App::doit(), object_tfm_backup(), object_tfm_restore(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().