Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector3.h46 inline VEC3* VEC3Lerp(VEC3* pOut, const VEC3* p1, const VEC3* p2, f32 t);
134 return *VEC3Lerp(this, &lhs, &rhs, t); in Lerp()
334 VEC3Lerp(VEC3* pOut, const VEC3* p1, const VEC3* p2, f32 t) in VEC3Lerp() function
474 inline VEC3* VEC3Lerp(VEC3* pOut, const VEC3& v1, const VEC3& v2, f32 t) { return VEC3Lerp( pOut, &… in VEC3Lerp() function
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp151 VEC3Lerp(&C, &tmp.Pmin, &tmp.Pmax, 0.5f); in Set()
1330 VEC3Lerp(&C, &B->Pmin, &B->Pmax, .5f); in IntersectionPlaneAABB()