]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/struct.h
Added a routine to dump out the portion of the dem data covered by a
[flightgear.git] / Stripe_u / struct.h
1
2 struct vert_struct {
3         VRDATA  x, y, z;        /* point coordinates */
4 };
5
6