BezierSlice class

Class wrapping a Bezier instance and the parameter values for the start and end points of the instance in a parent Bezier instance.

Constructors

BezierSlice(Bezier subcurve, double t1, double t2)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subcurve Bezier
An instance of Bezier representing a portion of a parent Bezier instance.
final
t1 double
Parameter value of subcurve's start point in the parent Bezier instance.
final
t2 double
Parameter value of subcurve's end point in the parent Bezier instance.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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