Transform transforms the point by the matrix.
|
Parameters |
Description |
|
Point<T>* result |
The 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. |
A Point value containing the result of the transformation.