#include "Matrix3x3.h"

Go to the source code of this file.
Classes | |
| class | tf::Transform |
| The Transform class supports rigid transforms with only translation and rotation and no scaling/shear. It can be used in combination with Vector3, Quaternion and Matrix3x3 linear algebra classes. More... | |
| struct | tf::TransformDoubleData |
| struct | tf::TransformFloatData |
| for serialization More... | |
Namespaces | |
| tf | |
Macros | |
| #define | TransformData TransformDoubleData |
Functions | |
| TFSIMD_FORCE_INLINE bool | tf::operator== (const Transform &t1, const Transform &t2) |
| Test if two transforms have all elements equal. More... | |
| #define TransformData TransformDoubleData |
Definition at line 26 of file Transform.h.