Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h212 PLANE(const VEC3& P0, const VEC3& P1, const VEC3& P2) in PLANE()
214 Set(&P0, &P1, &P2); in PLANE()
235 void Set(const VEC3* P0, const VEC3* P1, const VEC3* P2);
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp33 PLANE::Set(const VEC3* P0, const VEC3* P1, const VEC3* P2) in Set() argument
37 VEC3Sub(&v0, P2, P0); in Set()