Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/font/
Dfont_CharStrmReader.h45 CharStrmReader(const CharStrmReader& rhs) in CharStrmReader()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h323 self_type& Lerp(const VEC4& lhs, const VEC4& rhs, f32 t) in Lerp()
375 self_type& Maximize(const VEC4& lhs, const VEC4& rhs) in Maximize()
384 self_type& Minimize(const VEC4& lhs, const VEC4& rhs) in Minimize()
Dmath_Vector3.h322 self_type& Lerp(const VEC3& lhs, const VEC3& rhs, f32 t) in Lerp()
374 self_type& Maximize(const VEC3& lhs, const VEC3& rhs) in Maximize()
383 self_type& Minimize(const VEC3& lhs, const VEC3& rhs) in Minimize()
392 self_type& Cross(const VEC3& lhs, const VEC3& rhs) in Cross()
Dmath_Vector2.h299 self_type& Lerp(const VEC2& lhs, const VEC2& rhs, f32 t) in Lerp()
349 self_type& Maximize(const VEC2& lhs, const VEC2& rhs) in Maximize()
358 self_type& Minimize(const VEC2& lhs, const VEC2& rhs) in Minimize()
Dmath_Matrix22.h269 MTX22::MTX22(const MTX23& rhs) { MTX23ToMTX22(this, &rhs); } in MTX22()
Dmath_Quaternion.h245 QUAT(const QUAT_& rhs) { x = rhs.x; y = rhs.y; z = rhs.z; w = rhs.w; } in QUAT()
Dmath_Matrix33.h190 explicit MTX33(const MTX34& rhs) { MTX34ToMTX33(this, &rhs); } in MTX33()
Dmath_Matrix23.h274 explicit MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23()
Dmath_Matrix44.h547 explicit MTX44(const MTX34& rhs) in MTX44()
554 MTX44(const MTX44& rhs) { (void)MTX44Copy(this, &rhs); } in MTX44()
Dmath_Matrix34.h619 MTX34(const MTX34& rhs) { (void)MTX34Copy(this, &rhs); } in MTX34()
622 explicit MTX34(const MTX33& rhs) { MTX33ToMTX34(this, &rhs); } in MTX34()
/CTR-SDK-4.2.5/include/nn/util/
Dutil_AutoObject.h100 Self& Assign(const Self& rhs) in Assign()