]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation.cpp
Add missing includes
[libs/gl.git] / source / animation.cpp
index 8f7dea03bd90e8c8513c5e2ac77379699072ed16..1e2dda900fafc0d580bf84cb648772ccf7747ac3 100644 (file)
@@ -145,7 +145,7 @@ Matrix Animation::MatrixInterpolation::get(float t) const
                        will be in the range [-1, 1]. */
                        float w = (axes[i].slope+(1-axes[i].slope)*u*u)*u*0.5f+0.5f;
 
-                       /* The interpolate vectors will also be shorter than unit length.  At
+                       /* The interpolated vectors will also be shorter than unit length.  At
                        the halfway point the length will be equal to the cosine of half the
                        angle, which was computed earlier.  Use a second degree polynomial to
                        approximate. */