CubicCurve class

Implemented types

Constructors

CubicCurve(Point<double> point1, Point<double> handle1, Point<double> handle2, Point<double> point2)
CubicCurve.fromList(List<List<double>> list)
factory

Properties

handle1 Point<double>
getter/setter pair
handle2 Point<double>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
point1 Point<double>
getter/setter pairoverride-getter
point2 Point<double>
getter/setter pairoverride-getter
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
round() CubicCurve
toQuadraticCurve() Iterable<QuadraticCurve>
toString() String
A string representation of this object.
inherited

Operators

operator *(double operand) CubicCurve
Multiplication operator.
operator /(double operand) CubicCurve
Division operator.
operator ==(Object other) bool
The equality operator.
inherited