Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h51 INTERSECTION_LINE3_ON_PLANE = 2, enumerator
52 INTERSECTION_RAY3_ON_PLANE = INTERSECTION_LINE3_ON_PLANE,
53 INTERSECTION_SEGMENT3_ON_PLANE = INTERSECTION_LINE3_ON_PLANE,
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp922 return INTERSECTION_LINE3_ON_PLANE; in IntersectionLine3Plane()