Searched defs:rhs (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/font/ |
| D | font_CharStrmReader.h | 45 CharStrmReader(const CharStrmReader& rhs) in CharStrmReader()
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Vector4.h | 323 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()
|
| D | math_Vector3.h | 322 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()
|
| D | math_Vector2.h | 299 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()
|
| D | math_Matrix22.h | 269 MTX22::MTX22(const MTX23& rhs) { MTX23ToMTX22(this, &rhs); } in MTX22()
|
| D | math_Quaternion.h | 245 QUAT(const QUAT_& rhs) { x = rhs.x; y = rhs.y; z = rhs.z; w = rhs.w; } in QUAT()
|
| D | math_Matrix33.h | 190 explicit MTX33(const MTX34& rhs) { MTX34ToMTX33(this, &rhs); } in MTX33()
|
| D | math_Matrix23.h | 274 explicit MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23()
|
| D | math_Matrix44.h | 547 explicit MTX44(const MTX34& rhs) in MTX44() 554 MTX44(const MTX44& rhs) { (void)MTX44Copy(this, &rhs); } in MTX44()
|
| D | math_Matrix34.h | 619 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/ |
| D | util_AutoObject.h | 100 Self& Assign(const Self& rhs) in Assign()
|