Some meshing working.

This commit is contained in:
James Grogan 2022-11-12 17:00:36 +00:00
parent 392a2b7889
commit d0ab51c99a
18 changed files with 164 additions and 4 deletions

View file

@ -34,6 +34,11 @@ public:
return mBottomLeft.getDeltaX(mTopRight);
}
Point getBottomLeft() const
{
return mBottomLeft;
}
private:
Point mBottomLeft;
Point mTopRight;