oa::vlm::tryNormalize
Function published by the oa::vlm namespace.
Function Documentation
bool oa::vlm::tryNormalize(
const detail::Vec2<T> & inValue,
detail::Vec2<T> & outNormalized
)
bool oa::vlm::tryNormalize(
const detail::Vec3<T> & inValue,
detail::Vec3<T> & outNormalized
)
bool oa::vlm::tryNormalize(
const detail::Vec4<T> & inValue,
detail::Vec4<T> & outNormalized
)
bool oa::vlm::tryNormalize(
const detail::Quat<T> & inQuaternion,
detail::Quat<T> & outNormalized
)No public source comment is attached to this declaration.
Parameters
inValueconst detail::Vec2<T> &—
outNormalizeddetail::Vec2<T> &—
Returns
boolThe declared return value.