Point Struct Reference

struct Point

A structure that represents a single point.

Public Attributes
intx
inty

Member Data Documentation

int x

intx

The X value.

int y

inty

The Y value.