Searched refs:IntersectionLine3Sphere (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 481 IntersectionResult IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1);
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 1016 IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionLine3Sphere() function 1063 result = IntersectionLine3Sphere((const LINE3*)R, sphere, &t0_, &t1_); in IntersectionRay3Sphere() 1144 result = IntersectionLine3Sphere(&L, sphere, &t0_, &t1_); in IntersectionSegment3Sphere()
|