Matrix4x4::TransformNormal

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

TransformNormal transforms a normal by the matrix.

Parameters
Parameters 
Description 
const Point3<T>& p 
The normal. 
Return Value

The transformed normal.