pos_t Struct Reference


Public Attributes

short ps_x
short ps_y


Detailed Description

A point on a plane, with the coordinates represented by the integer values.

See also:
3D Graphics


Member Data Documentation

short ps_x
 

x-coordinate of the point.

short ps_y
 

y-coordinate of the point.