|
HDK
|
Enumerations | |
| enum | { DECOMP_INVALID = 0, DECOMP_VALID = 1, DECOMP_UNIQUE = 2 } |
Functions | |
| template<typename T > | |
| int | 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 (XYZ order), and translation components. More... | |
| Vec3i | floorVec3 (const Vec3R &v) |
| Vec3i | ceilVec3 (const Vec3R &v) |
| Vec3i | roundVec3 (const Vec3R &v) |
| anonymous enum |
| Enumerator | |
|---|---|
| DECOMP_INVALID | |
| DECOMP_VALID | |
| DECOMP_UNIQUE | |
Definition at line 274 of file GridTransformer.h.
|
inline |
Definition at line 592 of file Interpolation.h.
| int openvdb::OPENVDB_VERSION_NAME::tools::local_util::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 (XYZ order), and translation components.
Definition at line 283 of file GridTransformer.h.
|
inline |
Definition at line 585 of file Interpolation.h.
|
inline |
Definition at line 599 of file Interpolation.h.