TransformByInverse transforms the point by the inverse of the matrix.
Parameters |
Description |
Point<T>* result |
Result of the transformation by the matrix. |
const Point<T>& p |
Reference to the point which is to be transformed. |
T* x |
The x coordinate of the point which is to be transformed. |
T* y |
The y coordinate of the point which is to be transformed. |