ecurtiss / CatRom

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

Typo in :Reparametrize() #10

Closed ecurtiss closed 4 months ago

ecurtiss commented 1 year ago

The first clause never runs because arcLengthParams should be arcLengthParamsLUT. https://github.com/EthanCurtiss/CatRom/blob/5a1c066d23dc660f4733e6ac10d1022cf24c7852/src/Spline.lua#L203-L212

ecurtiss commented 4 months ago

Fixed in https://github.com/ecurtiss/CatRom/commit/f875b468d89aae8566270f8011682f9822063faa.