Skip to content

Commit

Permalink
getSize in MeshObstacle is the same as in Obstacle
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Mar 4, 2024
1 parent 1538a9f commit cb34304
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/MeshObstacle.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class MeshObstacle : public Obstacle
int getFaceCount() const;
MeshFace* getFace(int face) const;
const float* getPosition() const;
const float* getSize() const;
bool useSmoothBounce() const;
bool noClusters() const;

Expand Down Expand Up @@ -210,11 +209,6 @@ inline const float* MeshObstacle::getPosition() const
return pos;
}

inline const float* MeshObstacle::getSize() const
{
return size;
}

inline bool MeshObstacle::useSmoothBounce() const
{
return smoothBounce;
Expand Down

0 comments on commit cb34304

Please sign in to comment.