Matrix2x4::Transform2x2

Matrix2x4::Transform2x2
inline void Transform2x2(T* x, T* y) const;
Description

Transform2x2 transforms the point by the rotation matrix.

Parameters
Parameters 
Description 
T* y 
The y coordinate of the point to be transformed.