logopoints.h
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /* 
  2.  * logopoints.h
  3.  *    
  4.  *    contains the data for one-third of the complete SGI "box" logo.  this
  5.  * data is centered at the origin.  The complete logo is created by scaling,
  6.  * rotating and translating the initial data points specified here.
  7.  */
  8. #define Ax 0.0
  9. #define Ay 0.104
  10. #define Bx 0.231
  11. #define By 0.237
  12. #define Cx 0.113
  13. #define Cy 0.3051
  14. #define Dx 0.113
  15. #define Dy 0.192
  16. #define Ex 0.023
  17. #define Ey 0.14
  18. #define Fx 0.023
  19. #define Fy 0.461
  20. #define Gx 0.411
  21. #define Gy 0.237
  22. #define Z 0.0
  23. /* Radius of round corners */
  24. #define LOGO_RADIUS .1