33 return (a.
x == b.
x) && (a.
y == b.
y);
static bool NXEqualsPoint(NXPoint a, NXPoint b)
Compare two points for equality.
static NXPoint NXMakePoint(int32_t x, int32_t y)
Create an NXPoint from integer coordinates.
int32_t x
The X coordinate of the point.
struct NXPoint NXPoint
A structure representing a point in 2D space.
int32_t y
The Y coordinate of the point.
A structure representing a point in 2D space.