Lines Matching refs:CAPSULE
43 struct CAPSULE;
247 struct CAPSULE struct
250 typedef CAPSULE self_type; argument
252 CAPSULE() {} in CAPSULE() argument
253 CAPSULE(const f32* p) : S(p), r(*(p + 6)) {} in CAPSULE() argument
254 CAPSULE(const SEGMENT3& S_, f32 r_) : S(S_), r(r_) {} in CAPSULE() function
255 CAPSULE(const VEC3& P0, const VEC3& P1, f32 r_) : S(P0, P1), r(r_) {} in CAPSULE() argument
492 bool IntersectionCapsule(const CAPSULE* C0, const CAPSULE* C1);
493 bool IntersectionRay3Capsule(const RAY3* R, const CAPSULE* C);
494 bool IntersectionLine3Capsule(const LINE3* L, const CAPSULE* C);
495 bool IntersectionPlaneCapsule(const PLANE* J, const CAPSULE* C);