Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/util/
Dutil_Color.h347 const SelfType right = SelfType(rhs); member
366 const SelfType right = SelfType(rhs); member
385 const SelfType right = SelfType(rhs); member
404 const SelfType right = SelfType(rhs); member
Dutil_Rect.h34 f32 right; // member
/CTR-SDK-2.4.0/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h240 f32 right; // member
/CTR-SDK-2.4.0/include/nn/math/
Dmath_Geometry.h387 FRUSTUM(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in FRUSTUM()
/CTR-SDK-2.4.0/sources/libraries/math/
Dmath_Geometry.cpp164 FRUSTUM::Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in Set()