|
NAMEglGetClipPlane - return the coefficients of the specified clipping planeC SPECIFICATIONvoid glGetClipPlane( GLenum plane,GLdouble *equation ) PARAMETERS
DESCRIPTIONglGetClipPlane returns in equation the four coefficients of the plane equation for plane.NOTESIt is always the case that GL_CLIP_PLANE = GL_CLIP_PLANE0 + .If an error is generated, no change is made to the contents of equation. ERRORSGL_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 ALSOglClipPlane Visit the GSP FreeBSD Man Page Interface. |