mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-01 02:11:51 -04:00
evaluatePosition() was delegating to evaluate() and discarding the tangent, but evaluate() always computes both the Catmull-Rom position polynomial AND its derivative for orientation. Callers that only need position (entity movement interpolation, transport setup) paid for the derivative every call. Inline the position formula instead.