mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 14:52:26 +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() { }
|
~OrientedBoundingBox() { }
|
||||||
|
|
||||||
bool ContainsPoint(const glm::vec3 &p) const;
|
bool ContainsPoint(const glm::vec3 &p) const;
|
||||||
|
|
||||||
glm::mat4& GetTransformation() { return transformation; }
|
|
||||||
glm::mat4& GetInvertedTransformation() { return inverted_transformation; }
|
|
||||||
private:
|
private:
|
||||||
float min_x, max_x;
|
float min_x, max_x;
|
||||||
float min_y, max_y;
|
float min_y, max_y;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user