Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector4.h40 NN_MATH_INLINE f32 VEC4Dot(const VEC4* p1, const VEC4* p2);
152 return VEC4Dot(this, &vec); in Dot()
264 inline f32 VEC4Dot(const VEC4& v1, const VEC4& v2) { return VEC4Dot( &v1, &v2 ); } in VEC4Dot() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Vector4.ipp163 VEC4Dot(const VEC4* p1, const VEC4* p2)