Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/math/
Dmath_Geometry.cpp943 return INTERSECTION_1; in IntersectionLine3Plane()
956 if (result == INTERSECTION_1) in IntersectionRay3Plane()
992 if (result == INTERSECTION_1) in IntersectionSegment3Plane()
1049 return INTERSECTION_1; in IntersectionLine3Sphere()
1067 if (result == INTERSECTION_1) in IntersectionRay3Sphere()
1097 return INTERSECTION_1; in IntersectionRay3Sphere()
1148 if (result == INTERSECTION_1) in IntersectionSegment3Sphere()
1182 return INTERSECTION_1; in IntersectionSegment3Sphere()
1194 return INTERSECTION_1; in IntersectionSegment3Sphere()
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Geometry.h48 INTERSECTION_1 = 1, enumerator