Matrix4x4::TransformByInverse

Matrix4x4::TransformByInverse
Point3<T> TransformByInverse(const Point3<T>& p) const;
Point<T> TransformByInverse(const Point<T>& p) const;
Description

TransformByInverse transforms the point by the inverse of the matrix.

Parameters
Parameters 
Description 
const Point3<T>& p 
Reference to the point which is to be transformed. 
Return Value

A Point value containing the result of the transformation by Matrix4x4.