PointIntX extension
Useful methods for points.
This extension is mostly copied from Ziggurat.
Properties
-
east
→ Point<
int> -
Available on Point<
The point to the east of this point.int> , provided by the PointIntX extensionno setter -
north
→ Point<
int> -
Available on Point<
The point to the north of this point.int> , provided by the PointIntX extensionno setter -
northeast
→ Point<
int> -
Available on Point<
The point to the northeast of this point.int> , provided by the PointIntX extensionno setter -
northwest
→ Point<
int> -
Available on Point<
The point to the northwest of this point.int> , provided by the PointIntX extensionno setter -
south
→ Point<
int> -
Available on Point<
The point to the south of this point.int> , provided by the PointIntX extensionno setter -
southeast
→ Point<
int> -
Available on Point<
The point to the southeast of this point.int> , provided by the PointIntX extensionno setter -
southwest
→ Point<
int> -
Available on Point<
The point to the southwest of this point.int> , provided by the PointIntX extensionno setter -
west
→ Point<
int> -
Available on Point<
The point to the west of this point.int> , provided by the PointIntX extensionno setter