Home
last modified time | relevance | path

Searched defs:VEC3Normalize (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Vector3.h429 VEC3Normalize(VEC3* pOut, const VEC3* p) in VEC3Normalize() function
466 inline VEC3* VEC3Normalize(VEC3* pOut, const VEC3& v) { return VEC3Normalize( pOut, &v ); } in VEC3Normalize() function