Searched refs:PLANE (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 39 struct PLANE; 199 struct PLANE struct 202 typedef PLANE self_type; argument 204 PLANE() {} in PLANE() function 205 PLANE(const f32* p, bool isNormalized = false) 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() argument 395 PLANE leftPlane; 396 PLANE rightPlane; 397 PLANE topPlane; [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 33 PLANE::Set(const VEC3* P0, const VEC3* P1, const VEC3* P2) in Set() 319 DistSqPoint3ToPlane(const VEC3* P, const PLANE* J, VEC3* Q) in DistSqPoint3ToPlane() 335 DistSqSphereToPlane(const SPHERE* S, const PLANE* J) in DistSqSphereToPlane() 914 IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I) in IntersectionLine3Plane() 949 IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I) in IntersectionRay3Plane() 980 IntersectionSegment3Plane(const SEGMENT3* S, const PLANE* J, f32* t, VEC3* I) in IntersectionSegment3Plane() 1326 IntersectionPlaneAABB(const PLANE* J, const AABB* B) in IntersectionPlaneAABB() 1377 IntersectionPlaneCapsule(const PLANE* J, const CAPSULE* C) in IntersectionPlaneCapsule()
|