GLEVALPOINT
NAMEC SPECIFICATION
PARAMETERS
DESCRIPTION
ASSOCIATED GETS
SEE ALSO
NAME
glEvalPoint1, glEvalPoint2 − generate and evaluate a single point in a mesh
C SPECIFICATION
void
glEvalPoint1( GLint i )
void glEvalPoint2( GLint i,
GLint j ) |
PARAMETERS
i |
Specifies the integer value for grid domain variable $i$. | ||
j |
Specifies the integer value for grid domain variable $j$ (- glEvalPoint2 only). |
DESCRIPTION
glMapGrid and glEvalMesh are used in tandem to efficiently generate and evaluate a series of evenly spaced map domain values. glEvalPoint can be used to evaluate a single grid point in the same gridspace that is traversed by glEvalMesh. Calling glEvalPoint1 is equivalent to calling
glEvalCoord1( i$^cdot^DELTA u ~+~ u sub 1$ );
where
$DELTA u ~=~ ( u sub 2 - u sub 1 ) ^/^ n$
and $n$, $u sub 1$, and $u sub 2$ are the arguments to the most recent glMapGrid1 command. The one absolute numeric requirement is that if $i~=~n$, then the value computed from $i ^cdot^ DELTA u ~+~ u sub 1$ is exactly $u sub 2$.
In the two-dimensional case, glEvalPoint2, let
$DELTA u ~=~ mark ( u sub 2 - u sub 1 ) ^/^ n$
$DELTA v ~=~ mark ( v sub 2 - v sub 1 ) ^/^ m,$
where $n$, $u sub 1$, $u sub 2$, $m$, $v sub 1$, and $v sub 2$ are the arguments to the most recent glMapGrid2 command. Then the glEvalPoint2 command is equivalent to calling
glEvalCoord2( i$^cdot^DELTA u ~+~ u sub 1$, j$^cdot^DELTA v ~+~ v sub 1$ );
The only absolute numeric requirements are that if $i~=~n$, then the value computed from $i ^cdot^DELTA u ~+~ u sub 1$ is exactly $u sub 2$, and if $j~=~m$, then the value computed from $i ^cdot^DELTA v ~+~ v sub 1$ is exactly $v sub 2$.
ASSOCIATED GETS
glGet
with argument GL_MAP1_GRID_DOMAIN
glGet with argument GL_MAP2_GRID_DOMAIN
glGet with argument GL_MAP1_GRID_SEGMENTS
glGet with argument GL_MAP2_GRID_SEGMENTS
SEE ALSO
glEvalCoord(3G), glEvalMesh(3G), glMap1(3G), glMap2(3G), glMapGrid(3G)
More Linux Commands
manpages/newaliases.1.html
newaliases(1) - Postfix to Sendmail compatibility interface
The Postfix sendmail(1) command implements the Postfix to Sendmail compatibility interface. For the sake of compatibility with existing applications, some Sendm
manpages/dup.2.html
dup(2) - duplicate a file descriptor - Linux manual page....
These system calls create a copy of the file descriptor oldfd. dup() uses the lowest-numbered unused descriptor for the new descriptor. dup2() makes newfd be th
manpages/start_color_sp.3ncurses.html
start_color_sp(3ncurses) - curses screen-pointer extension
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/change_hat.2.html
change_hat(2) - change to or from a "hat" within a AppArmor
An AppArmor profile applies to an executable program; if a portion of the program needs different access permissions than other portions, the program can change
manpages/getsubopt.3.html
getsubopt(3) - parse suboption arguments from a string......
getsubopt() parses the list of comma-separated suboptions provided in optionp. (Such a suboption list is typically produced when getopt(3) is used to parse a co
manpages/loconvert.html
loconvert
loconvert
manpages/XtRegisterDrawable.3.html
XtRegisterDrawable(3) - register a drawable with the Intrins
XtRegisterDrawable associates the specified drawable with the specified widget so that future calls to XtWindowToWidget with the drawable will return the widget
manpages/clnt_destroy.3.html
clnt_destroy(3) - library routines for remote procedure call
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s
manpages/zic.8.html
zic(8) - timezone compiler (Administration - Linux man page)
Zic reads text from the file(s) named on the command line and creates the time conversion information files specified in this input. If a filename is -, the sta
manpages/snmpd.conf.5.html
snmpd.conf(5) - configuration file for the Net-SNMP SNMP age
The Net-SNMP agent uses one or more configuration files to control its operation and the management information provided. These files (snmpd.conf and snmpd.loca
manpages/TIFFPrintDirectory.3tiff.html
TIFFPrintDirectory(3tiff) - print a description of a TIFF di
TIFFPrintDirectory prints a description of the current directory in the specified TIFF file to the standard I/O output stream fd. The flags parameter is used to
manpages/gnutls_openpgp_privkey_get_subkey_expiration_time.3.html
gnutls_openpgp_privkey_get_subkey_expiration_time.3.........
gnutls_openpgp_privkey_get_subkey_expiration_time.3 - Get subkey expiration time. A value of 0 means that the key doesnt expire at all. RETURNS the time when th
