File: logopoints.h

package info (click to toggle)
glut 3.7-14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 12,556 kB
  • ctags: 45,170
  • sloc: ansic: 148,716; makefile: 35,208; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 51; sed: 49; sh: 33
file content (33 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* 
 * logopoints.h
 *    
 *    contains the data for one-third of the complete SGI "box" logo.  this
 * data is centered at the origin.  The complete logo is created by scaling,
 * rotating and translating the initial data points specified here.
 */

#define Ax 0.0
#define Ay 0.104

#define Bx 0.231
#define By 0.237

#define Cx 0.113
#define Cy 0.3051

#define Dx 0.113
#define Dy 0.192

#define Ex 0.023
#define Ey 0.14

#define Fx 0.023
#define Fy 0.461

#define Gx 0.411
#define Gy 0.237

#define Z 0.0

/* Radius of round corners */
#define LOGO_RADIUS .1