UNPKG

warp-grid

Version:

Create a complex grid, warped in 2D space and access data about its lines and cells

13 lines (8 loc) 500 B
import { interpolatePointOnCurveLinearFactory } from 'coons-patch' import wrapInterpolatePointOnCurveWithEasing from '../../utils/easing' // ----------------------------------------------------------------------------- // Exports // ----------------------------------------------------------------------------- const interpolatePointOnCurveLinearEasedFactory = wrapInterpolatePointOnCurveWithEasing(interpolatePointOnCurveLinearFactory) export default interpolatePointOnCurveLinearEasedFactory