mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 20:56:57 +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 toPolar(const glm::vec3& v);
|
||||||
glm::vec3 fromPolar(const glm::vec3& polar);
|
glm::vec3 fromPolar(const glm::vec3& polar);
|
||||||
glm::vec3 fromPolar(float elevation, float azimuth);
|
glm::vec3 fromPolar(float elevation, float azimuth);
|
||||||
float angle(const glm::vec3& fromV, const glm::vec3& toV);
|
float angle(const glm::vec3& fromV, const glm::vec3& toV);
|
||||||
glm::vec3 lerp(const glm::vec3& v1, const glm::vec3& v2, float t);
|
glm::vec3 lerp(const glm::vec3& v1, const glm::vec3& v2, float t);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const glm::vec3& UNIT_X() { return Vectors::UNIT_X; }
|
const glm::vec3& UNIT_X() { return Vectors::UNIT_X; }
|
||||||
|
|
Loading…
Reference in a new issue