Searched refs:R1 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 741 DistSqRay3ToRay3(const RAY3* R0, const RAY3* R1, f32* s, f32* t) in DistSqRay3ToRay3() argument 747 VEC3Sub(&u, &R0->P, &R1->P); in DistSqRay3ToRay3() 749 b = VEC3Dot(&R0->d, &R1->d); in DistSqRay3ToRay3() 752 e = VEC3Dot(&R1->d, &u); in DistSqRay3ToRay3() 808 VEC3Sub(&v, &v, &R1->P); in DistSqRay3ToRay3() 809 VEC3Sub(&v, &v, VEC3Scale(&tmp, &R1->d, t_)); in DistSqRay3ToRay3()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 466 f32 DistSqRay3ToRay3(const RAY3* R0, const RAY3* R1, f32* s, f32* t);
|