mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Refactor LegoUnknown100db7f4
to LegoOrientedEdge
(#1515)
* Refactor `LegoUnknown100db7f4` to `LegoOrientedEdge` * Update LEGO1/lego/sources/geom/legoorientededge.h * Update legopathcontroller.h --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
12
LEGO1/lego/sources/geom/legoorientededge.cpp
Normal file
12
LEGO1/lego/sources/geom/legoorientededge.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "legoorientededge.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(LegoOrientedEdge, 0x40)
|
||||
|
||||
// FUNCTION: LEGO1 0x1009a630
|
||||
// FUNCTION: BETA10 0x10183050
|
||||
LegoOrientedEdge::LegoOrientedEdge()
|
||||
{
|
||||
m_flags = 0;
|
||||
m_dir.Clear();
|
||||
m_length = 0.0f;
|
||||
}
|
Reference in New Issue
Block a user