*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> OpenGL/glgetclipplane (3)              
Title
Content
Arch
Section
 

Contents


glGetClipPlane(3G)	       OpenGL Reference		    glGetClipPlane(3G)


NAME    [Toc]    [Back]

     glGetClipPlane - return the coefficients of the specified clipping	plane

C SPECIFICATION    [Toc]    [Back]

     void glGetClipPlane( GLenum plane,
			  GLdouble *equation )

PARAMETERS    [Toc]    [Back]

     plane     Specifies a clipping plane.  The	number of clipping planes
	       depends on the implementation, but at least six clipping	planes
	       are supported.  They are	identified by symbolic names of	the
	       form GL_CLIP_PLANEi where 0 < i < GL_MAX_CLIP_PLANES.

     equation  Returns four double-precision values that are the coefficients
	       of the plane equation of	plane in eye coordinates.  The initial
	       value is	(0, 0, 0, 0).

DESCRIPTION    [Toc]    [Back]

     glGetClipPlane returns in equation	the four coefficients of the plane
     equation for plane.

NOTES    [Toc]    [Back]

     It	is always the case that	GL_CLIP_PLANEi = GL_CLIP_PLANE0	+ i.

     If	an error is generated, no change is made to the	contents of equation.

ERRORS    [Toc]    [Back]

     GL_INVALID_ENUM is	generated if plane is not an accepted value.

     GL_INVALID_OPERATION is generated if glGetClipPlane is executed between
     the execution of glBegin and the corresponding execution of glEnd.

SEE ALSO    [Toc]    [Back]

      
      
     glClipPlane


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
scrmask IRIX defines a rectangular screen clipping mask
zlartg IRIX generate a plane rotation so that [ CS SN ] [ F ] [ R ] [ __ ]
slartg IRIX generate a plane rotation so that [ CS SN ]
glClipPlane Tru64 specify a plane against which all geometry is clipped
clartg IRIX generate a plane rotation so that [ CS SN ] [ F ] [ R ] [ __ ]
clipplane IRIX specify a plane against which all geometry is clipped
glclipplane IRIX specify a plane against which all geometry is clipped
dlartg IRIX generate a plane rotation so that [ CS SN ]
getbitmap IRIX maintain database of single-plane pixmaps
glreferenceplanesgix IRIX define a reference plane for coplanar geometry
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service