warp-grid
Version:
Create a complex grid, warped in 2D space and access data about its lines and cells
15 lines (10 loc) • 532 B
text/typescript
import { interpolatePointOnCurveEvenlySpacedFactory } from 'coons-patch'
import wrapInterpolatePointOnCurveWithEasing from '../../utils/easing'
// -----------------------------------------------------------------------------
// Exports
// -----------------------------------------------------------------------------
const interpolatePointOnCurveEvenlySpacedEasedFactory =
wrapInterpolatePointOnCurveWithEasing(
interpolatePointOnCurveEvenlySpacedFactory
)
export default interpolatePointOnCurveEvenlySpacedEasedFactory