DoublePointExtension extension
This extension contains methods which, if defined on Point
Point
Note that division methods (unscaleBy and the / operator) are defined on Point
Methods
-
add(
Point< num> other) → Point<double> -
Available on Point<
Adddouble> , provided by the DoublePointExtension extensionother
to this Point. -
scaleBy(
Point< num> other) → Point<double> -
Available on Point<
Create a new Point where x and y values are scaled by the respective values indouble> , provided by the DoublePointExtension extensionother
. -
subtract(
Point< num> other) → Point<double> -
Available on Point<
Subtractdouble> , provided by the DoublePointExtension extensionother
from this Point.