Point class
Properties
Methods
-
add(
Point p) → Point -
clone(
) → Point -
degreesTo(
Point p) → double -
equals(
Point p) → bool -
length(
) → double -
normalize(
double thickness) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
offset(
double dx, double dy) → void -
orbit(
Point origin, double arcWidth, double arcHeight, double degrees) → void -
subtract(
Point p) → Point -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
Point p) → Point -
operator ==(
Object other) → bool -
The equality operator.
override