Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h492 bool IntersectionCapsule(const CAPSULE* C0, const CAPSULE* C1);
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp1347 IntersectionCapsule(const CAPSULE* C0, const CAPSULE* C1) in IntersectionCapsule() argument
1349 f32 radiusSum = C0->r + C1->r; in IntersectionCapsule()
1350 if (DistSqSegment3ToSegment3(&C0->S, &C1->S, NULL, NULL) in IntersectionCapsule()