Point2D class
Represents a 2D point on screen-space in pixels.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
offset(
List< Point2D> points, double amount) → List<Point2D> -
Offsets a line by given
amount
in pixels. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited