OpenVDB
5.2.0
|
Functions | |
template<typename T > | |
bool | decompose (const math::Mat4< T > &m, math::Vec3< T > &scale, math::Vec3< T > &rotate, math::Vec3< T > &translate) |
Decompose an affine transform into scale, rotation and translation components. More... | |
Vec3i | floorVec3 (const Vec3R &v) |
Vec3i | ceilVec3 (const Vec3R &v) |
Vec3i | roundVec3 (const Vec3R &v) |
|
inline |
|
inline |
Decompose an affine transform into scale, rotation and translation components.
false
if the given matrix is not affine or cannot otherwise be decomposed.
|
inline |
|
inline |