Closed ecurtiss closed 7 months ago
The first clause never runs because arcLengthParams should be arcLengthParamsLUT. https://github.com/EthanCurtiss/CatRom/blob/5a1c066d23dc660f4733e6ac10d1022cf24c7852/src/Spline.lua#L203-L212
arcLengthParams
arcLengthParamsLUT
Fixed in https://github.com/ecurtiss/CatRom/commit/f875b468d89aae8566270f8011682f9822063faa.
The first clause never runs because
arcLengthParams
should bearcLengthParamsLUT
. https://github.com/EthanCurtiss/CatRom/blob/5a1c066d23dc660f4733e6ac10d1022cf24c7852/src/Spline.lua#L203-L212