Searched refs:C0 (Results 1 – 2 of 2) sorted by relevance
492 bool IntersectionCapsule(const CAPSULE* C0, const CAPSULE* C1);
1347 IntersectionCapsule(const CAPSULE* C0, const CAPSULE* C1) in IntersectionCapsule() argument1349 f32 radiusSum = C0->r + C1->r; in IntersectionCapsule()1350 if (DistSqSegment3ToSegment3(&C0->S, &C1->S, NULL, NULL) in IntersectionCapsule()