From fe774a853018d515917cd2e0d17376a55c469df5 Mon Sep 17 00:00:00 2001 From: Ryan Jones Date: Tue, 29 Nov 2016 15:41:50 -0800 Subject: [PATCH] adjust whitespace --- libraries/script-engine/src/Vec3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/script-engine/src/Vec3.h b/libraries/script-engine/src/Vec3.h index 4b293ffe7f..cd6b3ebb70 100644 --- a/libraries/script-engine/src/Vec3.h +++ b/libraries/script-engine/src/Vec3.h @@ -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; }