Skip to content

v0.4.0

Compare
Choose a tag to compare
@ecurtiss ecurtiss released this 06 Feb 07:12
· 134 commits to master since this release

Improvements:

  • Supports CatRoms with only 1 and 2 points
  • Handles equal consecutive points more gracefully
  • Simplified API
  • SolveRotCFrame() acts more like a slerp
  • Significantly faster instantiation
  • Faster calculations across the board

BREAKING CHANGES:

  • Chain and Spline have been combined into a single CatRom class
  • Uniform methods have been removed. These will return when I have faster math for them.