PointIntX extension

Useful methods for points.

This extension is mostly copied from Ziggurat.

on

Properties

east Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the east of this point.
no setter
north Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the north of this point.
no setter
northeast Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the northeast of this point.
no setter
northwest Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the northwest of this point.
no setter
south Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the south of this point.
no setter
southeast Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the southeast of this point.
no setter
southwest Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the southwest of this point.
no setter
west Point<int>

Available on Point<int>, provided by the PointIntX extension

The point to the west of this point.
no setter

Methods

toDouble() Point<double>

Available on Point<int>, provided by the PointIntX extension

Return a version of this point with the points converted to doubles.