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
inNormalconst detail::Vec3<T> &—
inNormalMatrixconst detail::Mat3<T> &—
outNormaldetail::Vec3<T> &—
inToleranceTDefault: InverseTolerance<T>
Returns
boolThe declared return value.