oa::vlm::tryInverse

Function published by the oa::vlm namespace.

Function Documentation

bool oa::vlm::tryInverse( const detail::Mat3<T> & inMatrix, detail::Mat3<T> & outInverse, T inTolerance = InverseTolerance<T> ) bool oa::vlm::tryInverse( const detail::Quat<T> & inQuaternion, detail::Quat<T> & outInverse, T inTolerance = InverseTolerance<T> ) bool oa::vlm::tryInverse( const detail::Mat4<T> & inMatrix, detail::Mat4<T> & outInverse, T inTolerance = InverseTolerance<T> )
No public source comment is attached to this declaration.

Parameters

inMatrix
const detail::Mat3<T> &

outInverse
detail::Mat3<T> &

inTolerance
T

Default: InverseTolerance<T>

Returns

bool

The declared return value.