CurvePath class


Curved Path - a curve path is simply a array of connected

curves, but retains the api of a curve *************************************************************/

Implementers

Constructors

CurvePath.new()
CurvePath.fromJSON(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pair

Methods

add(dynamic curve) → dynamic
closePath() → dynamic
copy(dynamic source) → dynamic
fromJSON(dynamic json) → dynamic
getCurveLengths() List<num>
getLength() → dynamic
getPoint(dynamic t, dynamic optionalTarget) → dynamic
getPoints([num divisions = 12]) List
getSpacedPoints([num divisions = 40, num offset = 0.0]) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() → dynamic
toString() String
A string representation of this object.
inherited
updateArcLengths() → dynamic

Operators

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