mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Cleanup] Remove GetTransformation() and GetInvertedTransformation() from oriented_bounding_box.h (#3084)
# Notes - These are unused.
This commit is contained in:
@@ -12,9 +12,6 @@ public:
|
||||
~OrientedBoundingBox() { }
|
||||
|
||||
bool ContainsPoint(const glm::vec3 &p) const;
|
||||
|
||||
glm::mat4& GetTransformation() { return transformation; }
|
||||
glm::mat4& GetInvertedTransformation() { return inverted_transformation; }
|
||||
private:
|
||||
float min_x, max_x;
|
||||
float min_y, max_y;
|
||||
|
||||
Reference in New Issue
Block a user