@@ -604,7 +604,7 @@ class Quaternion {
slerpQuaternions( qa, qb, t ) {
- this.copy( qa ).slerp( qb, t );
+ return this.copy( qa ).slerp( qb, t );
}