Home
last modified time | relevance | path

Searched defs:R (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp257 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()
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()