Home
last modified time | relevance | path

Searched refs:VEC4Dot (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h67 NN_MATH_INLINE f32 VEC4Dot(const VEC4* p1, const VEC4* p2);
334 return VEC4Dot(this, &vec); in Dot()
457 inline f32 VEC4Dot(const VEC4& v1, const VEC4& v2) { return VEC4Dot( &v1, &v2 ); } in VEC4Dot() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector4.ipp42 VEC4Dot(const VEC4* p1, const VEC4* p2)