Skip to content

Commit

Permalink
docs(examples): add reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 12, 2019
1 parent f9d043b commit a026897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/poly-spline/src/index.ts
Expand Up @@ -82,6 +82,7 @@ const app = (
_uniScale: Stream<number>
) => ({ poly, mode, uniform, scale, uniScale }: any) => {
// reconstruct poly as cubic curve segments
// reference: https://github.com/thi-ng/umbrella/tree/develop/packages/geom-splines#polygon-to-cubic-curve-conversion
const cubics = asCubic(poly, {
breakPoints: mode,
scale: scale * (uniform ? uniScale : 1),
Expand Down

0 comments on commit a026897

Please sign in to comment.