ecurtiss / CatRom

Creates Catmull-Rom splines for Roblox
https://ecurtiss.github.io/CatRom/
Mozilla Public License 2.0
45 stars 11 forks source link

Add methods for planar curves #8

Closed ecurtiss closed 2 months ago

ecurtiss commented 1 year ago

Currently, planar curves (i.e., curves with Vector2 nodes) are treated as space curves. However, planar curves have their own notation of a normal vector, curvature, etc. These should be supported.

ecurtiss commented 2 months ago

Resolved in 38bfac3a09f861520f9b64864dc2bb71349508bd (normal) and fc35e9f36b9f1e1ce0bb74ae04a8fc136f157f63 (curvature). Not sure what I was implying by "etc."