Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h43 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() function
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);
[all …]
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp1347 IntersectionCapsule(const CAPSULE* C0, const CAPSULE* C1) in IntersectionCapsule()
1359 IntersectionRay3Capsule(const RAY3* R, const CAPSULE* C) in IntersectionRay3Capsule()
1368 IntersectionLine3Capsule(const LINE3* L, const CAPSULE* C) in IntersectionLine3Capsule()
1377 IntersectionPlaneCapsule(const PLANE* J, const CAPSULE* C) in IntersectionPlaneCapsule()