mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:06:41 +02:00
Fix typo noticed in passing
This commit is contained in:
parent
f5066aac51
commit
8de93d9651
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public:
|
||||||
glm::vec3 size() const { return maximum - minimum; }
|
glm::vec3 size() const { return maximum - minimum; }
|
||||||
float largestDimension() const { return glm::compMax(size()); }
|
float largestDimension() const { return glm::compMax(size()); }
|
||||||
|
|
||||||
/// \return new Extents which is original rotated around orign by rotation
|
/// \return new Extents which is original rotated around origin by rotation
|
||||||
Extents getRotated(const glm::quat& rotation) const {
|
Extents getRotated(const glm::quat& rotation) const {
|
||||||
Extents temp(minimum, maximum);
|
Extents temp(minimum, maximum);
|
||||||
temp.rotate(rotation);
|
temp.rotate(rotation);
|
||||||
|
|
Loading…
Reference in a new issue