|
SuperDex Physics C++ API
|
#include <mochi_core/mochi_config.h>#include <mochi_core/utils/basic_utils.h>#include <mochi_core/utils/matrix_utils.h>#include <mochi_core/utils/nd_array.h>#include <mochi_core/utils/reflection.h>#include <mochi_core/utils/simd.h>#include <mochi_core/utils/transform_rt.h>#include <mochi_core/utils/vmatrix.h>#include "matrix_transform_rt_inl.h"Go to the source code of this file.
Classes | |
| class | superdex::MatrixTransformRT |
Namespaces | |
| namespace | superdex |
Functions | |
| MatrixTransformRT | superdex::Invert (MatrixTransformRT const &a) |
| bool | superdex::NearEqual (MatrixTransformRT const &a, MatrixTransformRT const &b, real epsilon=kDefaultNearEqualEpsilon< real >) |
| MatrixTransformRT | superdex::ToMatrixTransformRT (Quaternion const &rot, Real3 const &trans) |
| MatrixTransformRT | superdex::ToMatrixTransformRT (TransformRT const &a) |
| TransformRT | superdex::ToTransformRT (MatrixTransformRT const &a) |
| VMatrix4x4r | superdex::ToVMatrix4x4 (MatrixTransformRT const &a) |
| VMatrix4x4r | superdex::ToVMatrix4x4Transpose (MatrixTransformRT const &a) |