Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BezierPiece

Represents a part of a bezier within the shape boundary.

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • curve: Curve

      A bezier curve within the shape boundary.

    • ts: number[]

      The start and end t parameter values of the bezier curve.

    Returns BezierPiece

Properties

curve

curve: Curve

A bezier curve within the shape boundary.

ts

ts: number[]

The start and end t parameter values of the bezier curve.

Generated using TypeDoc