mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 05:41:29 +00:00
[Cleanup] Remove GetTransformation() and GetInvertedTransformation() from oriented_bounding_box.h (#3084)
# Notes - These are unused.
This commit is contained in:
parent
232b1028d7
commit
fe063637e9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user