Query: glupwlcurve
OS: osx
Section: 3g
Links: osx man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLUPWLCURVE(3G) GLUPWLCURVE(3G)NAMEgluPwlCurve - describe a piecewise linear NURBS trimming curveC SPECIFICATIONvoid gluPwlCurve( GLUnurbs* nurb, GLint count, GLfloat* data, GLint stride, GLenum type )PARAMETERSnurb Specifies the NURBS object (created with gluNewNurbsRenderer). count Specifies the number of points on the curve. data Specifies an array containing the curve points. stride Specifies the offset (a number of single-precision floating-point values) between points on the curve. type Specifies the type of curve. Must be either GLU_MAP1_TRIM_2 or GLU_MAP1_TRIM_3.DESCRIPTIONgluPwlCurve describes a piecewise linear trimming curve for a NURBS surface. A piecewise linear curve consists of a list of coordinates of points in the parameter space for the NURBS surface to be trimmed. These points are connected with line segments to form a curve. If the curve is an approximation to a curve that is not piecewise linear, the points should be close enough in parameter space that the resulting path appears curved at the resolution used in the application. If type is GLU_MAP1_TRIM_2, then it describes a curve in two-dimensional (u and v) parameter space. If it is GLU_MAP1_TRIM_3, then it describes a curve in two-dimensional homogeneous (u, v, and w) parameter space. See the gluBeginTrim reference page for more information about trimming curves.NOTESTo describe a trim curve that closely follows the contours of a NURBS surface, call gluNurbsCurve.SEE ALSOgluBeginCurve, gluBeginTrim, gluNewNurbsRenderer, gluNurbsCurve GLUPWLCURVE(3G)
Related Man Pages |
---|
glubegintrim(3g) - mojave |
glunurbscurve(3g) - redhat |
glupwlcurve(3g) - redhat |
glunurbscurve(3g) - centos |
glupwlcurve(3g) - suse |
Similar Topics in the Unix Linux Community |
---|
trimming zeros |
SciDAVis 0.2.0 (Default branch) |
SciDAVis 0.2.1 (Default branch) |
trimming and binning rows |
Generate points for cdf |