Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Utility.h118 template <typename T, typename U, typename R, typename S>
119 inline S Max(T a, U b, R c) in Max()
153 template <typename T, typename U, typename R, typename S>
154 inline S Min(T a, U b, R c) in Min()
Dmath_Geometry.h454 f32 DistSqPoint3ToRay3(const VEC3* P, const RAY3* R, f32* t);
464 f32 DistSqLine3ToRay3(const LINE3* L, const RAY3* R, f32* s, f32* t);
478 IntersectionResult IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I);
482 IntersectionResult IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere, f32* t0, f32* t1);
483 bool IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere);
486 bool IntersectionRay3AABB(const RAY3* R, const AABB* box, f32* t);
493 bool IntersectionRay3Capsule(const RAY3* R, const CAPSULE* C);
/CTR-SDK-2.4.0/sources/libraries/math/
Dmath_Geometry.cpp257 DistSqPoint3ToRay3(const VEC3* P, const RAY3* R, f32* t) in DistSqPoint3ToRay3() argument
262 distSq = DistSqPoint3ToLine3(P, (const LINE3*)R, &t_); in DistSqPoint3ToRay3()
269 VEC3Sub(&vec, P, &R->P); in DistSqPoint3ToRay3()
616 DistSqLine3ToRay3(const LINE3* L, const RAY3* R, f32* s, f32* t) in DistSqLine3ToRay3() argument
622 VEC3Sub(&u, &L->P, &R->P); in DistSqLine3ToRay3()
624 b = VEC3Dot(&L->d, &R->d); in DistSqLine3ToRay3()
627 e = VEC3Dot(&R->d, &u); in DistSqLine3ToRay3()
666 VEC3Sub(&v, &v, &R->P); in DistSqLine3ToRay3()
667 VEC3Sub(&v, &v, VEC3Scale(&tmp, &R->d, t_)); in DistSqLine3ToRay3()
949 IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I) in IntersectionRay3Plane() argument
[all …]
/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_GasFog.h217 static void SetFogColor(u8 R, u8 G, u8 B);
514 NN_FORCE_INLINE void FogStage::SetFogColor(u8 R, u8 G, u8 B) in SetFogColor() argument
516 internal::g_gasFogSettings.m_FogColor = R | (G << 8) | (B << 16); in SetFogColor()
Dgd_Lighting.h191 void SetColorAmbient(u8 R, u8 G, u8 B);
214 void SetColorDiffuse(u8 R, u8 G, u8 B);
237 void SetColorSpecular0(u8 R, u8 G, u8 B);
260 void SetColorSpecular1(u8 R, u8 G, u8 B);
751 static void SetGlobalColorAmbient(u8 R, u8 G, u8 B);
Dgd_OutputStage.h684 static void SetBlendColor(u8 R, u8 G, u8 B, u8 A);
/CTR-SDK-2.4.0/build/omake/platforms/CTR/
DCTR.commondefs.func.om247 # Create the R portion of .ccl
248 # Return the path to the R portion of .ccl
470 ROMFS_DEPENDENCIES = $(ls -R, $(dir $(ROMFS_ROOT)))