|
SuperDex Physics C++ API
|
#include <mochi_core/utils/transform_rt.h>Go to the source code of this file.
Namespaces | |
| namespace | superdex |
Functions | |
| Matrix3x3r | superdex::GetRotationMatrix (TransformRT const &transform) |
| Vec4r | superdex::GetRotationVector (TransformRT const &transform) |
| void | superdex::SetRotationVector (Real3 const &rotVec, TransformRT &outTransform) |
| void | superdex::SetRotationVector (Vec4r const &rotVec, TransformRT &outTransform) |
| VMatrix3x3r | superdex::VGetRotationMatrix (TransformRT const &transform) |