Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h37 struct SPHERE;
169 struct SPHERE struct
172 typedef SPHERE self_type; argument
174 SPHERE() {} in SPHERE() function
175 SPHERE(const f32* p) : C(p), r(*(p + 3)) {} in SPHERE() argument
176 SPHERE(const VEC3& center, f32 radius) : C(center), r(radius) {} in SPHERE() function
438 bool IntersectSphere(const SPHERE* S) const;
457 f32 DistSqSphereToPlane(const SPHERE* S, const PLANE* J);
481 IntersectionResult IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1);
482 IntersectionResult IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere, f32* t0, f32* t1);
[all …]
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp147 SPHERE::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set()
335 DistSqSphereToPlane(const SPHERE* S, const PLANE* J) in DistSqSphereToPlane()
1016 IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionLine3Sphere()
1059 IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionRay3Sphere()
1115 IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere) in IntersectionRay3Sphere()
1136 IntersectionSegment3Sphere(const SEGMENT3* S, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionSegment3Sphere()
1287 IntersectionSphereAABB(const SPHERE* sphere, const AABB* aabb) in IntersectionSphereAABB()
1313 IntersectionSphere(const SPHERE* s0, const SPHERE* s1) in IntersectionSphere()
1391 FRUSTUM::IntersectSphere(const SPHERE* S) const in IntersectSphere()
1541 SPHERE*
[all …]