Match & link CFlaahgraPlants

Former-commit-id: e662d05247
This commit is contained in:
2022-11-25 23:02:24 -05:00
parent 234482d8de
commit a8c486425d
11 changed files with 216 additions and 13 deletions

View File

@@ -20,6 +20,9 @@ public:
bool AABoxIntersectsBox(const CAABox& box) const;
bool OBBIntersectsBox(const COBBox& box) const;
const CTransform4f& GetTransform() const { return mTransform; }
const CVector3f& GetSize() const { return mExtents; }
private:
CTransform4f mTransform;
CVector3f mExtents;