whitespace

This commit is contained in:
Seth Alves 2015-12-13 06:44:15 -08:00
parent 076e2b73a1
commit f3acec5177

View file

@ -135,8 +135,6 @@ int unpackOrientationQuatFromBytes(const unsigned char* buffer, glm::quat& quatO
return sizeof(quatParts);
}
// Safe version of glm::eulerAngles; uses the factorization method described in David Eberly's
// http://www.geometrictools.com/Documentation/EulerAngles.pdf (via Clyde,
// https://github.com/threerings/clyde/blob/master/src/main/java/com/threerings/math/Quaternion.java)