Matrix2x4::TransformVector
Matrix2x4::TransformVector
Description
TransformVector transforms the vector by the matrix, but does not apply the translation.
Parameters
Parameters |
Description |
Point<T>* result |
Result of the transformation. |
const Point<T>& p |
Vector to transform. |