Matrix4x4::TransformVector

Matrix4x4::TransformVector
Point3<T> TransformVector(const Point3<T>& p) const;
Description

TransformVector transforms the vector by the matrix.

Parameters
Parameters 
Description 
const Point3<T>& p 
Vector to transform. 
Return Value