]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/struct.h
Modified to adhere to new polygon naming convention, and also to read the
[flightgear.git] / Stripe_u / struct.h
1
2 struct vert_struct {
3         VRDATA  x, y, z;        /* point coordinates */
4 };
5
6