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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." GLE Tubing & Extrusions Library Documentation 
  3. ."
  4. .TH glePolyCone 3GLE "3.6" "GLE" "GLE"
  5. .SH NAME
  6. glePolyCone - Draw polycone, specified as a polyline with radii.
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glePolyCone(int npoints,
  11.                  gleDouble point_array[][3],
  12.                  float color_array[][3],
  13.                  gleDouble radius_array[]);
  14. .fi
  15. .SH ARGUMENTS
  16. .IP fInpointsfP 1i
  17. numpoints in poly-line
  18. .IP fIpoint_arrayfP 1i
  19. polyline vertices
  20. .IP fIcolor_arrayfP 1i
  21. colors at polyline verts
  22. .IP fIradius_arrayfP 1i
  23. cone radii at polyline
  24. .SH DESCRIPTION
  25. Draw polycone, specified as a polyline with radii.
  26. Note that neither the very first segment, nor the very last segment are
  27. drawn. The first and last segments serve only to define the angle of
  28. the join at the very ends of the polyline. Thus, to draw one segment,
  29. three must be specified. To draw two segments, four must be specified,
  30. etc.
  31. The color array may be NULL. If NULL, the current color is used. If not
  32. NULL, the glColor3f() routine is used to set the color; therefore,
  33. specifying the glColorMaterial() subroutine before this primitive can
  34. be used to set diffuse, specular, ambient, etc. colors.
  35. .SH SEE ALSO
  36. glePolyCylinder
  37. .SH AUTHOR
  38. Linas Vepstas (linas@fc.net)