vertex2d

Describes a vertex in 2-D space.

typedef struct tagvertex2d { float x; float y; } vertex2d;

Members

x
x coordinate

y
y coordinate

Remarks

See Also

Copyright © 2004-2010 Fragmosoft