Home
last modified time | relevance | path

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

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