RunnerDoubleMethods extension

An extension for returning a Point<int> from a Point<double>.

on

Methods

angleBetween(Point<double> other) double
Return the angle between this and other.
floor() Point<int>
Return a floored version of this point.