Searched refs:RAY3 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 35 struct RAY3; 105 struct RAY3 struct 108 typedef RAY3 self_type; argument 110 RAY3() {} in RAY3() function 111 RAY3(const f32* p, bool isNormalized = false) 114 RAY3(const VEC3& Pt, const VEC3& dir, bool isNormalized = false) argument 454 f32 DistSqPoint3ToRay3(const VEC3* P, const RAY3* R, f32* t); 464 f32 DistSqLine3ToRay3(const LINE3* L, const RAY3* R, f32* s, f32* t); 466 f32 DistSqRay3ToRay3(const RAY3* R0, const RAY3* R1, f32* s, f32* t); 467 f32 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t); [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 257 DistSqPoint3ToRay3(const VEC3* P, const RAY3* R, f32* t) in DistSqPoint3ToRay3() 616 DistSqLine3ToRay3(const LINE3* L, const RAY3* R, f32* s, f32* t) in DistSqLine3ToRay3() 741 DistSqRay3ToRay3(const RAY3* R0, const RAY3* R1, f32* s, f32* t) in DistSqRay3ToRay3() 815 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t) in DistSqRay3ToSegment3() 949 IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I) in IntersectionRay3Plane() 1059 IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionRay3Sphere() 1115 IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere) in IntersectionRay3Sphere() 1243 IntersectionRay3AABB(const RAY3* R, const AABB* box, f32* t) in IntersectionRay3AABB() 1359 IntersectionRay3Capsule(const RAY3* R, const CAPSULE* C) in IntersectionRay3Capsule()
|