Matrix2x4::TransformVector

Matrix2x4::TransformVector
SF_EXPORT void TransformVector(Point<T>* result, const Point<T>& p) const;
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.