Searched defs:PLANE (Results 1 – 1 of 1) sorted by relevance
199 struct PLANE struct202 typedef PLANE self_type; argument204 PLANE() {} in PLANE() function208 PLANE(f32 A, f32 B, f32 C, f32 D, bool isNormalized = false) argument212 PLANE(const VEC3& P0, const VEC3& P1, const VEC3& P2) in PLANE() argument223 f32 Test(const VEC3& P) const in Test()228 void Normalize() in Normalize()238 f32 d;