|
Blender
V2.59
|
#include <WM_types.h>
Public Attributes | |
| union { | |
| float tvec [3] | |
| struct { | |
| float tx | |
| float ty | |
| float tz | |
| } | |
| }; | |
| union { | |
| float rvec [3] | |
| struct { | |
| float rx | |
| float ry | |
| float rz | |
| } | |
| }; | |
| float | dt |
| wmProgress | progress |
Definition at line 388 of file WM_types.h.
| union { ... } |
| union { ... } |
| float wmNDOFMotionData::dt |
Definition at line 402 of file WM_types.h.
Referenced by attach_ndof_data(), flyApply_ndof(), ndof_orbit_invoke(), ndof_pan_invoke(), ndof_to_axis_angle(), and view_ndof_invoke().
Definition at line 403 of file WM_types.h.
Referenced by attach_ndof_data(), flyEvent(), ndof_orbit_invoke(), and ndof_pan_invoke().
| float wmNDOFMotionData::rvec[3] |
Definition at line 397 of file WM_types.h.
Referenced by ndof_orbit_invoke(), and ndof_to_axis_angle().
| float wmNDOFMotionData::rx |
Definition at line 398 of file WM_types.h.
Referenced by attach_ndof_data(), and ndof_orbit_invoke().
| float wmNDOFMotionData::ry |
Definition at line 398 of file WM_types.h.
Referenced by attach_ndof_data(), and ndof_orbit_invoke().
| float wmNDOFMotionData::rz |
Definition at line 398 of file WM_types.h.
Referenced by attach_ndof_data(), and ndof_orbit_invoke().
| float wmNDOFMotionData::tvec[3] |
Definition at line 393 of file WM_types.h.
Referenced by flyApply_ndof(), ndof_orbit_invoke(), ndof_pan_invoke(), and view_ndof_invoke().
| float wmNDOFMotionData::tx |
Definition at line 394 of file WM_types.h.
Referenced by attach_ndof_data(), ndof_orbit_invoke(), and ndof_pan_invoke().
| float wmNDOFMotionData::ty |
Definition at line 394 of file WM_types.h.
Referenced by attach_ndof_data(), ndof_orbit_invoke(), and ndof_pan_invoke().
| float wmNDOFMotionData::tz |
Definition at line 394 of file WM_types.h.
Referenced by attach_ndof_data(), ndof_orbit_invoke(), and ndof_pan_invoke().