Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h199 struct PLANE struct
202 typedef PLANE self_type; argument
204 PLANE() {} in PLANE() function
208 PLANE(f32 A, f32 B, f32 C, f32 D, bool isNormalized = false) argument
212 PLANE(const VEC3& P0, const VEC3& P1, const VEC3& P2) in PLANE() function
223 f32 Test(const VEC3& P) const in Test()
228 void Normalize() in Normalize()
238 f32 d;