Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Vector3.h532 VEC3Normalize(VEC3* pOut, const VEC3* p) in VEC3Normalize() function
565 inline VEC3* VEC3Normalize(VEC3* pOut, const VEC3& v) { return VEC3Normalize( pOut, &v ); } in VEC3Normalize() function