EllipseCurve class

Constructors

EllipseCurve.new(dynamic aX, dynamic aY, dynamic xRadius, dynamic yRadius, [dynamic aStartAngle, dynamic aEndAngle, dynamic aClockwise, dynamic aRotation])
EllipseCurve.fromJSON(Map<String, dynamic> json)

Properties

aClockwise bool
getter/setter pair
aEndAngle num
getter/setter pair
aRotation num
getter/setter pair
aStartAngle num
getter/setter pair
aX num
getter/setter pair
aY num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isEllipseCurve bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xRadius num
getter/setter pair
yRadius num
getter/setter pair

Methods

copy(dynamic source) → dynamic
getPoint(dynamic t, dynamic optionalTarget) → 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

Operators

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