Searched defs:S (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.14.21/sources/libraries/rdt/CTR/ |
| D | rdt_Utility.h | 101 struct S{ in Align() struct 102 char top; // 1バイトの変数が欲しいだけ。 in Align() 103 T t; in Align()
|
| /CTR-SDK-0.14.21/sources/libraries/math/ |
| D | math_Geometry.cpp | 280 DistSqPoint3ToSegment3(const VEC3* P, const SEGMENT3* S, f32* t) in DistSqPoint3ToSegment3() 335 DistSqSphereToPlane(const SPHERE* S, const PLANE* J) in DistSqSphereToPlane() 375 SEGMENT3 S(vertices[0], vertices[1]); in DistSqPoint3ToPolyline3() local 673 DistSqLine3ToSegment3(const LINE3* L0, const SEGMENT3* S, f32* s, f32* t) in DistSqLine3ToSegment3() 815 DistSqRay3ToSegment3(const RAY3* R0, const SEGMENT3* S, f32* s, f32* t) in DistSqRay3ToSegment3() 980 IntersectionSegment3Plane(const SEGMENT3* S, const PLANE* J, f32* t, VEC3* I) in IntersectionSegment3Plane() 1136 IntersectionSegment3Sphere(const SEGMENT3* S, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionSegment3Sphere()
|
| /CTR-SDK-0.14.21/include/nn/math/ |
| D | math_Geometry.h | 155 LINE3::Set(const SEGMENT3* S) in Set() 498 IntersectionSphereFrustum(const SPHERE* S, const FRUSTUM* F) in IntersectionSphereFrustum()
|
| D | math_Matrix44.h | 1041 inline MTX44* MTX44Scale(MTX44* pOut, const VEC3& S) { return MTX44Scale(pOut, &S); } in MTX44Scale() 1042 inline MTX44* MTX44MultScale(MTX44* pOut, const MTX44& M, const VEC3& S) { return MTX44MultScale(pO… in MTX44MultScale() 1043 inline MTX44* MTX44MultScale(MTX44* pOut, const VEC3& S, const MTX44& M) { return MTX44MultScale(pO… in MTX44MultScale()
|