mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
adjust whitespace
This commit is contained in:
parent
3ccc493871
commit
fe774a8530
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ public slots:
|
|||
glm::vec3 toPolar(const glm::vec3& v);
|
||||
glm::vec3 fromPolar(const glm::vec3& polar);
|
||||
glm::vec3 fromPolar(float elevation, float azimuth);
|
||||
float angle(const glm::vec3& fromV, const glm::vec3& toV);
|
||||
glm::vec3 lerp(const glm::vec3& v1, const glm::vec3& v2, float t);
|
||||
float angle(const glm::vec3& fromV, const glm::vec3& toV);
|
||||
glm::vec3 lerp(const glm::vec3& v1, const glm::vec3& v2, float t);
|
||||
|
||||
private:
|
||||
const glm::vec3& UNIT_X() { return Vectors::UNIT_X; }
|
||||
|
|
Loading…
Reference in a new issue