Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h45 enum IntersectionResult enum
444 IntersectionResult IntersectAABB_Ex(const AABB* B) const;
477 IntersectionResult IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I);
478 IntersectionResult IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I);
479 IntersectionResult IntersectionSegment3Plane(const SEGMENT3* S, const PLANE* J, f32* t, VEC3* I);
481 IntersectionResult IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1);
482 IntersectionResult IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere, f32* t0, f32* t1);
484 IntersectionResult IntersectionSegment3Sphere(const SEGMENT3* S, const SPHERE* sphere, f32* t0, f32…
510 inline IntersectionResult
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp913 IntersectionResult
948 IntersectionResult
953 IntersectionResult result; in IntersectionRay3Plane()
979 IntersectionResult
989 IntersectionResult result; in IntersectionSegment3Plane()
1015 IntersectionResult
1058 IntersectionResult
1061 IntersectionResult result; in IntersectionRay3Sphere()
1135 IntersectionResult
1142 IntersectionResult result; in IntersectionSegment3Sphere()
[all …]