DynamicPoint class

Coordinate point with physical properties at the edge of the widget.

Constructors

DynamicPoint({required double x, required double y, required double ox, required double oy, required double vx, required double vy})
Coordinate point with physical properties at the edge of the widget.

Properties

cNext Offset?
The vertex of the control vector of the cubic Bezier line, located from the side of the next point on the edge of the widget.
getter/setter pair
cPrev Offset?
The vertex of the control vector of the cubic Bezier line, located to the side of the previous point on the edge of the widget.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ox double
X-axis start position
getter/setter pair
oy double
Y-axis start position
getter/setter pair
pNext DynamicPoint?
Next, the same point on the edge of the widget
getter/setter pair
pPrev DynamicPoint?
Previous, the same point on the edge of the widget
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vx double
The current speed of the point movement along the X axis
getter/setter pair
vy double
The current speed of the point movement along the Y axis
getter/setter pair
x double
Axis current position x
getter/setter pair
y double
Axis current position y
getter/setter pair

Methods

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

Operators

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