/* Copyrighted Pixar 1989 */ /* To be used with listing13_1.c from the RenderMan Companion p.282 */ typedef struct { RtFloat x, y;} Point2D; #define NPOINTS 10 Point2D points[NPOINTS] = { {.0000,1.5000}, {.0703,1.5000}, {.1273,1.4293}, {.1273,1.3727}, {.1273,1.2300}, {.0899,1.1600}, {.0899,1.0000}, {.0899,0.7500}, {.4100,0.6780}, {.1250,0.0000}, };