oa::vlm::normalize

Function published by the oa::vlm namespace.

Function Documentation

detail::Vec2<T> oa::vlm::normalize( const detail::Vec2<T> & inValue ) detail::Vec3<T> oa::vlm::normalize( const detail::Vec3<T> & inValue ) detail::Vec4<T> oa::vlm::normalize( const detail::Vec4<T> & inValue )
No public source comment is attached to this declaration.

Parameters

inValue
const detail::Vec2<T> &

Returns

detail::Vec2<T>

The declared return value.

Examples