Transform transforms the point (two-dimensional and three-dimensional) by the matrix.
Parameters |
Description |
Point3<T>* result |
Result of the transformation by the matrix. |
const Point3<T>& p |
Reference to the point (two-dimensional and three-dimensional) which is to be transformed. |