Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp924 return INTERSECTION_NONE; in IntersectionLine3Plane()
969 return INTERSECTION_NONE; in IntersectionRay3Plane()
1005 return INTERSECTION_NONE; in IntersectionSegment3Plane()
1053 return INTERSECTION_NONE; in IntersectionLine3Sphere()
1065 if (result != INTERSECTION_NONE) in IntersectionRay3Sphere()
1077 return INTERSECTION_NONE; in IntersectionRay3Sphere()
1101 return INTERSECTION_NONE; in IntersectionRay3Sphere()
1146 if (result != INTERSECTION_NONE) in IntersectionSegment3Sphere()
1158 return INTERSECTION_NONE; in IntersectionSegment3Sphere()
1186 return INTERSECTION_NONE; in IntersectionSegment3Sphere()
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h47 INTERSECTION_NONE = 0, enumerator