mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
d_a_sea (#659)
* d_a_sea fixes * daSea_ChkArea matching * daSea_calcWave WIP * daSea_GetPoly WIP * d_a_sea Added Nonmatching comments * daSea_calcWave matching * daSea_calcWave fakematch * daSea_packet_c::CalcFlatInterTarget matching * daSea_GetPoly matching * daSea_packet_c::SetCullStopFlag matching * d_a_sea Misc fixes * daSea_packet_c::execute matching * daSea_packet_c::execute cleanup * daSea_packet_c::create matching * daSea_packet_c::CalcFlatInter matching * daSea_packet_c::draw WIP * daSea_packet_c::draw more WIP * daSea_packet_c::draw work * daSea_packet_c::draw even more WIP * d_a_sea matching Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com> * d_a_sea cleanup * updated configure.py * d_a_sea minor cleanup --------- Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,8 @@ class cM2dGBox {
|
||||
public:
|
||||
cXy mP0, mP1;
|
||||
|
||||
virtual ~cM2dGBox() {}
|
||||
|
||||
void Set(cXy& pA, cXy& pB);
|
||||
f32 GetLen(const cXy& pXy) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user