core/index library

Classes

Curve
Extensible curve object.
CurvePath
An abstract base class extending Curve. A CurvePath is simply an array of connected curves, but retains the api of a curve.
FrenetFrames
Path
A 2D path representation. The class provides methods for creating paths and contours of 2D shapes similar to the 2D Canvas API.
PathInterpolations
PathInterpolations contains spline and Bézier functions internally used by concrete curve classes.
Shape
Defines an arbitrary 2d shape plane using paths with optional holes. It can be used with ExtrudeGeometry, ShapeGeometry, to get points, or to get triangulated faces.
ShapePath
This class is used to convert a series of shapes to an array of Paths, for example an SVG shape to a path.

Functions

curves(String type, dynamic a, dynamic b, dynamic c, dynamic d, dynamic e, dynamic f) Curve?