oa::vlm::approximatelyEqual
Function published by the oa::vlm namespace.
Function Documentation
bool oa::vlm::approximatelyEqual(
const detail::Mat3<T> & inA,
const detail::Mat3<T> & inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)
bool oa::vlm::approximatelyEqual(
T inA,
T inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)
bool oa::vlm::approximatelyEqual(
const detail::Vec2<T> & inA,
const detail::Vec2<T> & inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)
bool oa::vlm::approximatelyEqual(
const detail::Vec3<T> & inA,
const detail::Vec3<T> & inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)
bool oa::vlm::approximatelyEqual(
const detail::Vec4<T> & inA,
const detail::Vec4<T> & inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)
bool oa::vlm::approximatelyEqual(
const detail::Quat<T> & inA,
const detail::Quat<T> & inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)
bool oa::vlm::approximatelyEqual(
const detail::Mat4<T> & inA,
const detail::Mat4<T> & inB,
T inAbsoluteTolerance = Tolerance<T>,
T inRelativeTolerance = Tolerance<T>
)No public source comment is attached to this declaration.
Parameters
inAconst detail::Mat3<T> &—
inBconst detail::Mat3<T> &—
inAbsoluteToleranceTDefault: Tolerance<T>
inRelativeToleranceTDefault: Tolerance<T>
Returns
boolThe declared return value.