oa::vlm::tryTransformNormal

Function published by the oa::vlm namespace.

Function Documentation

bool oa::vlm::tryTransformNormal( const detail::Vec3<T> & inNormal, const detail::Mat3<T> & inNormalMatrix, detail::Vec3<T> & outNormal, T inTolerance = InverseTolerance<T> ) bool oa::vlm::tryTransformNormal( const detail::Vec3<T> & inNormal, const detail::Mat4<T> & inMatrix, detail::Vec3<T> & outNormal, T inTolerance = InverseTolerance<T> )
No public source comment is attached to this declaration.

Parameters

inNormal
const detail::Vec3<T> &

inNormalMatrix
const detail::Mat3<T> &

outNormal
detail::Vec3<T> &

inTolerance
T

Default: InverseTolerance<T>

Returns

bool

The declared return value.