mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
d_a_e_hp almost matching (#2585)
This commit is contained in:
@@ -39,9 +39,9 @@ public:
|
||||
cXyz* GetCrossP() { return &mLin.GetEndP(); }
|
||||
cM3dGLin* GetLinP() { return &mLin; }
|
||||
bool ChkBackFlag() const { return mBackFlag; }
|
||||
void onBackFlag() { mBackFlag = true; }
|
||||
void OnBackFlag() { mBackFlag = true; }
|
||||
bool ChkFrontFlag() const { return mFrontFlag; }
|
||||
void onFrontFlag() { mFrontFlag = true; }
|
||||
void OnFrontFlag() { mFrontFlag = true; }
|
||||
bool GetPreWallChk() const { return mPreWallChk; }
|
||||
bool GetPreGroundChk() const { return mPreGroundChk; }
|
||||
bool GetPreRoofChk() const { return mPreRoofChk; }
|
||||
|
||||
Reference in New Issue
Block a user