point_t Struct Reference


Public Attributes

fixed_t p_x
fixed_t p_y


Detailed Description

A point on a plane, with the coordinates represented by fixed point (8.8) values.

See also:
3D Graphics


Member Data Documentation

fixed_t p_x
 

x-coordinate of the point.

fixed_t p_y
 

y-coordinate of the point.