keyframe
keyframe copied to clipboard
Align sample step size when generating sample table
Resolves #21.
In the original implementation, the step size used to generate the sample table was different from the one used to search for the appropriate interval within the table. I added const SAMPLE_STEP_SIZE: f32 for BezierCurve to generate sample tables with proper step size.