JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q33551F
  • License ISC

TS version of YukselC2Interpolation.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yuksel-c2-interpolation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    YukselC2Interpolation

    It is the implementation of thesis A Class of C2 Interpolating Splines.

    JS version of YukselC2Interpolation.

    Use It

    const smoothedPoints = YskselC2Interpolation.SmoothPolygon([...points, points[0]]);