Matrix3x4::TransformByInverse
Matrix3x4::TransformByInverse
Point<T> TransformByInverse(const Point<T>& p) const;
Description
TransformByInverse transforms the point by the inverse of the matrix.
Parameters
Parameters |
Description |
const Point<T>& p |
Reference to the point which is to be transformed. |
Return Value
A Point value containing the result of the transformation by Matrix3x4.