Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp487 DistSqLine3ToLine3(const LINE3* L0, const LINE3* L1, f32* s, f32* t) in DistSqLine3ToLine3() argument
493 VEC3Sub(&u, &L0->P, &L1->P); in DistSqLine3ToLine3()
495 b = VEC3Dot(&L0->d, &L1->d); in DistSqLine3ToLine3()
498 e = VEC3Dot(&L1->d, &u); in DistSqLine3ToLine3()
529 VEC3Scale(&tmp1, &L1->d, t_)); in DistSqLine3ToLine3()
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h462 f32 DistSqLine3ToLine3(const LINE3* L0, const LINE3* L1, f32* s, f32* t);