Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp537 DistSqSegment3ToSegment3(const SEGMENT3* S1, const SEGMENT3* S2, f32* s, f32* t) in DistSqSegment3ToSegment3() argument
539 VEC3 u(S1->P1 - S1->P0); in DistSqSegment3ToSegment3()
541 VEC3 w(S1->P0 - S2->P0); in DistSqSegment3ToSegment3()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h463 f32 DistSqSegment3ToSegment3(const SEGMENT3* S0, const SEGMENT3* S1, f32* s, f32* t);