Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/math/
Dmath_Geometry.h463 f32 DistSqSegment3ToSegment3(const SEGMENT3* S0, const SEGMENT3* S1, f32* s, f32* t);
/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp537 DistSqSegment3ToSegment3(const SEGMENT3* S1, const SEGMENT3* S2, f32* s, f32* t) in DistSqSegment3ToSegment3() function
1350 if (DistSqSegment3ToSegment3(&C0->S, &C1->S, NULL, NULL) in IntersectionCapsule()