Improve several functions in vector.h (#1049)

* Improve some functions in vector.h

- Add BETA10 references
- inline some functions based on BETA10
- Identify and improve `Vector4::EqualsHamiltonProduct`

* Fix BETA10 offset

* Fix BETA10 annotation order

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-06-30 22:45:10 +02:00
committed by GitHub
parent 4a87c3bc44
commit fb34f86171
2 changed files with 26 additions and 21 deletions

View File

@@ -43,6 +43,7 @@ private:
};
// VTABLE: LEGO1 0x100d41e8
// VTABLE: BETA10 0x101bab78
// SIZE 0x18
class Mx4DPointFloat : public Vector4 {
public: