oa::vlm::componentDivide
Function published by the oa::vlm namespace.
Function Documentation
detail::Vec2<T> oa::vlm::componentDivide(
const detail::Vec2<T> & inA,
const detail::Vec2<T> & inB
)
detail::Vec3<T> oa::vlm::componentDivide(
const detail::Vec3<T> & inA,
const detail::Vec3<T> & inB
)
detail::Vec4<T> oa::vlm::componentDivide(
const detail::Vec4<T> & inA,
const detail::Vec4<T> & inB
)No public source comment is attached to this declaration.
Parameters
inAconst detail::Vec2<T> &—
inBconst detail::Vec2<T> &—
Returns
detail::Vec2<T>The declared return value.