Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h477 IntersectionResult IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I);
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp914 IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I) in IntersectionLine3Plane() function
954 result = IntersectionLine3Plane((const LINE3*)R, J, &t_, (I != NULL ? &I_ : NULL)); in IntersectionRay3Plane()
990 result = IntersectionLine3Plane(&L, J, &t_, (I != NULL ? &I_ : NULL)); in IntersectionSegment3Plane()