CatmullRomSpline2D<T extends num> class

Inheritance

Constructors

CatmullRomSpline2D(Point2D<T> _p0, Point2D<T> _p1, Point2D<T> _p2, Point2D<T> _p3)
CatmullRomSpline2D.noEndpoints(Point2D<T> p0, Point2D<T> p1)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
percentage(num percent) Point2D<double>
inherited
position(double distance) Point2D<double>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited