Defines an affine transform and its inverse represented as a 3x3 matrix and a vec3 translation.
More...
|
template<typename Mat4T > |
void | set (const Mat4T &mat, const Mat4T &invMat, double taper) |
|
template<typename Vec3T > |
Vec3T | applyMap (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyMapF (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyJacobian (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyJacobianF (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyInverseMap (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyInverseMapF (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyInverseJacobian (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyInverseJacobianF (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyIJT (const Vec3T &xyz) const |
|
template<typename Vec3T > |
Vec3T | applyIJTF (const Vec3T &xyz) const |
|
Defines an affine transform and its inverse represented as a 3x3 matrix and a vec3 translation.