Improve UnknownMx4DPointFloat::FUN_100040a0 (#1102)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-09-09 21:45:48 +02:00
committed by GitHub
parent ece3550e62
commit 5d19b6afe3
3 changed files with 33 additions and 21 deletions

View File

@@ -154,13 +154,19 @@ public:
// SYNTHETIC: LEGO1 0x10010be0
// Vector3::operator=
// SYNTHETIC: BETA10 0x1004af40
// Vector4::operator=
Vector2& operator=(const Vector2& p_other)
{
Vector2::SetVector(&p_other);
return *this;
}
// FUNCTION: BETA10 0x10013460
// SYNTHETIC: BETA10 0x10013460
// Vector3::operator[]
// FUNCTION: BETA10 0x10010890
float& operator[](int idx) { return m_data[idx]; }
// FUNCTION: BETA10 0x1001d140