vertex3d

Describes a vertex in 3-D space.

typedef struct tagvertex3d { float x; float y; float z; } vertex3d;

Members

x
x coordinate

y
y coordinate

z
z coordinate

Remarks

See Also

Copyright © 2004-2010 Fragmosoft