Go to the source code of this file.
|
| class | agx::Frame |
| | The object defining a frame of reference and providing transformations operations. More...
|
| |
|
| namespace | agx |
| | The agx namespace contains the dynamics/math part of the AGX Dynamics API.
|
| |
| namespace | agxCollide |
| | This namespace consists of a set of classes for handling geometric intersection tests including boolean tests, penetration and contact sets.
|
| |
| namespace | agxSDK |
| | The agxSDK namespace contain classes to bridge the collision detection system and the dynamical simulation system including Material, event listeners etc.
|
| |
◆ AGX_ADD_FRAME_TRANSFORM_INTERFACE
| #define AGX_ADD_FRAME_TRANSFORM_INTERFACE |
( |
| ) |
|
Value:
void getRotate(T &angle, T &x, T &y, T &z) const
Get the angle and vector components represented by the quaternion.
Definition at line 660 of file agx/Frame.h.