Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/math/
Dmath_Vector3.h395 VEC3Dist( const VEC3* p1, const VEC3* p2 ) in VEC3Dist() function
478 inline f32 VEC3Dist(const VEC3& v1, const VEC3& v2) { return VEC3Dist( &v1, &v2 ); } in VEC3Dist() function