tessbegincontour.3gl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. '\" e
  2. '\"! eqn | mmdoc
  3. '\"macro stdmacro
  4. .ds Vn Version 1.2
  5. .ds Dt 6 March 1997
  6. .ds Re Release 1.2.0
  7. .ds Dp May 02 11:53
  8. .ds Dm 37 tessbegin
  9. .ds Xs 52199 3 tessbegincontour.gl
  10. .TH GLUTESSBEGINCONTOUR 3G
  11. .SH NAME
  12. .B "gluTessBeginContour, gluTessEndContour
  13. \- delimit a contour description
  14. .SH C SPECIFICATION
  15. void \f3gluTessBeginContour\fP(
  16. GLUtesselator* \fItess\fP )
  17. .nf
  18. .fi
  19. void \f3gluTessEndContour\fP(
  20. GLUtesselator* \fItess\fP )
  21. .nf
  22. .fi
  23. .EQ
  24. delim $$
  25. .EN
  26. .SH PARAMETERS
  27. .TP \w'\f2tess\fP\ \ 'u
  28. \f2tess\fP
  29. Specifies the tessellation object (created with \%\f3gluNewTess\fP).
  30. .SH DESCRIPTION
  31. \%\f3gluTessBeginContour\fP and \%\f3gluTessEndContour\fP delimit the definition of a
  32. polygon contour. Within each \%\f3gluTessBeginContour\fP/\%\f3gluTessEndContour\fP
  33. pair, there can be zero or more calls to \%\f3gluTessVertex\fP. The vertices
  34. specify a closed contour (the last vertex of each contour is automatically linked
  35. to the first). See the \%\f3gluTessVertex\fP reference page for more details.
  36. \%\f3gluTessBeginContour\fP can only be called between \%\f3gluTessBeginPolygon\fP and \%\f3gluTessEndPolygon\fP.
  37. .SH SEE ALSO
  38. \%\f3gluNewTess(3G)\fP, \%\f3gluTessBeginPolygon(3G)\fP, \%\f3gluTessVertex(3G)\fP,
  39. \%\f3gluTessCallback(3G)\fP,
  40. \%\f3gluTessProperty(3G)\fP, \%\f3gluTessNormal(3G)\fP,
  41. \%\f3gluTessEndPolygon\fP