Implement/match LegoWEGEdge functions (#1259)

* Implement/match `LegoWEGEdge::VTable0x04`

* Implement/match `LegoWEGEdge::FUN_1009aea0`

* Rename
This commit is contained in:
Christian Semmler
2024-12-22 11:47:39 -07:00
committed by GitHub
parent 3e6d789324
commit cbc3d7227e
9 changed files with 266 additions and 18 deletions

View File

@@ -19,6 +19,12 @@ struct LegoEdge {
LegoResult FUN_1002ddc0(LegoWEEdge& p_face, Vector3& p_point);
// FUNCTION: BETA10 0x10184170
LegoWEEdge* GetFaceA() { return m_faceA; }
// FUNCTION: BETA10 0x10184190
LegoWEEdge* GetFaceB() { return m_faceB; }
// FUNCTION: BETA10 0x1001cb80
Vector3* GetPointA() { return m_pointA; }