Fixes #69 by splitting resampleParams into resampleMinAngle and resampleNPoints. Also changes the validation for resampleMinAngle to match MATLAB and be mathematically sensible - now accepts values strictly greater than 0 and less than or equal to 1.
Fixes #69 by splitting
resampleParams
intoresampleMinAngle
andresampleNPoints
. Also changes the validation forresampleMinAngle
to match MATLAB and be mathematically sensible - now accepts values strictly greater than 0 and less than or equal to 1.