You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first wrote the CatmullRom class I didn't know much about quaternions and how to operate with them, and did a ton of conversions between quaternions and Vector4 to do stuff like interpolations. We should refactor this to instead use Quaternion products for these operations.
The text was updated successfully, but these errors were encountered:
Describe the issue
When I first wrote the
CatmullRom
class I didn't know much about quaternions and how to operate with them, and did a ton of conversions between quaternions and Vector4 to do stuff like interpolations. We should refactor this to instead use Quaternion products for these operations.The text was updated successfully, but these errors were encountered: