|
| | Quat ()=default |
| |
| | Quat (T x, T y, T z, T w) |
| | Constructor with four arguments, e.g. Quatf q(1,2,3,4);. More...
|
| |
| | Quat (T *a) |
| | Constructor with array argument, e.g. float a[4]; Quatf q(a);. More...
|
| |
| | Quat (const Vec3< T > &axis, T angle) |
| |
| | Quat (math::Axis axis, T angle) |
| | Constructor given rotation as axis and angle. More...
|
| |
| template<typename T1 > |
| | Quat (const Mat3< T1 > &rot, UnsafeConstruct) |
| |
| template<typename T1 > |
| | Quat (const Mat3< T1 > &rot) |
| | Constructor given a rotation matrix. More...
|
| |
| void | write (std::ostream &os) const |
| |
| void | read (std::istream &is) |
| |
template<typename T>
class openvdb::OPENVDB_VERSION_NAME::math::Quat< T >
Definition at line 164 of file Mat.h.