Home
last modified time | relevance | path

Searched defs:L (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp235 DistSqPoint3ToLine3(const VEC3* P, const LINE3* L, f32* t) in DistSqPoint3ToLine3()
284 LINE3 L; in DistSqPoint3ToSegment3() local
616 DistSqLine3ToRay3(const LINE3* L, const RAY3* R, f32* s, f32* t) in DistSqLine3ToRay3()
914 IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I) in IntersectionLine3Plane()
987 LINE3 L(S->P0, dir); in IntersectionSegment3Plane() local
1016 IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionLine3Sphere()
1141 LINE3 L(S->P0, dir); in IntersectionSegment3Sphere() local
1368 IntersectionLine3Capsule(const LINE3* L, const CAPSULE* C) in IntersectionLine3Capsule()