File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11<div align =" center " >
2- <img src="https://github.com/EthanCurtiss/CatRom/blob/rewrite /docs/logo-light.svg#gh-light-mode-only" height="180" alt="CatRom logo"/>
3- <img src="https://github.com/EthanCurtiss/CatRom/blob/rewrite /docs/logo-dark.svg#gh-dark-mode-only" height="180" alt="CatRom logo"/>
2+ <img src="https://github.com/EthanCurtiss/CatRom/blob/master /docs/logo-light.svg#gh-light-mode-only" height="180" alt="CatRom logo"/>
3+ <img src="https://github.com/EthanCurtiss/CatRom/blob/master /docs/logo-dark.svg#gh-dark-mode-only" height="180" alt="CatRom logo"/>
44 <hr/>
55</div >
66
Original file line number Diff line number Diff line change 1+ CatRom:
2+
3+ Length
4+ Improve accuracy of splineAlpha in AlphaToSpline
5+
6+ Spline:
7+
8+ Better handling of consecutive equal points
9+ Consider now that you have to find at least two unequal points to calculate
10+ the zeroth and veryLast points
11+
12+ Better numerical integration
13+ Uniform reparameterization
14+
15+ Future:
16+
17+ Support modifying a single point
18+ Support number splines
19+ Restrict SolveBinormal, SolveCFrame, and SolveRotCFrame to the appropriate types
20+
21+ Way way future:
22+
23+ Support adding and removing points
You can’t perform that action at this time.
0 commit comments