CatmullRomSpline2D<T extends num> class
- Inheritance
-
- Object
- CatmullRom<
Point2D> - CatmullRomSpline2D
Constructors
- CatmullRomSpline2D(Point2D _p0, Point2D _p1, Point2D _p2, Point2D _p3)
- CatmullRomSpline2D.noEndpoints(Point2D p0, Point2D 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 -
inherited
-
position(
double distance) → Point2D -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited