Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/math/
Dmath_Geometry.cpp952 VEC3 I_; in IntersectionRay3Plane() local
954 result = IntersectionLine3Plane((const LINE3*)R, J, &t_, (I != NULL ? &I_ : NULL)); in IntersectionRay3Plane()
964 *I = I_; in IntersectionRay3Plane()
983 VEC3 I_; in IntersectionSegment3Plane() local
990 result = IntersectionLine3Plane(&L, J, &t_, (I != NULL ? &I_ : NULL)); in IntersectionSegment3Plane()
1000 *I = I_; in IntersectionSegment3Plane()