|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T o
Length: 777 (0x309) Types: TextFile Names: »objplane.h«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« └─⟦0abaffd9e⟧ └─⟦this⟧ »mit/demos/ico/objplane.h«
/* objplane.h - structure values for plane */ { "plane", "plane", /* long and short names */ "cube", /* long name of dual */ 4, 4, 1, /* number of vertices, edges, and faces */ { /* vertices (x,y,z) */ /* all points must be within radius 1 of the origin */ #define T 1.0 { T, 0, 0 }, { -T, 0, 0 }, { 0, T, 0 }, { 0, -T, 0 }, #undef T }, { /* faces (numfaces + indexes into vertices) */ /* faces must be specified clockwise from the outside */ 4, 0, 2, 1, 3, } }, /* leave a comma to separate from the next include file */ /* end */