Matrix4x4::TransformByInverse
Matrix4x4::TransformByInverse
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.