Package jgl.context.attrib
Class gl_transform
java.lang.Object
jgl.context.attrib.gl_transform
gl_transform is the transformation class of jGL 2.4.
- Version:
- 0.2, 15 Mar 2001
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Modifier and TypeFieldDescriptionboolean[]
GL_CLIP_PLANEi: ith user clipping plane enabled, also gl_enableboolean
float[][]
GL_CLIP_PLANEi: User clipping plane coefficientsint
GL_MATRIX_MODE: Current matrix modeboolean
GL_NORMALIZE: Current normal normalization, also gl_enable -
Constructor Summary
-
Method Summary
-
Field Details
-
MatrixMode
public int MatrixModeGL_MATRIX_MODE: Current matrix mode -
Normalize
public boolean NormalizeGL_NORMALIZE: Current normal normalization, also gl_enable -
ClipPlane
public float[][] ClipPlaneGL_CLIP_PLANEi: User clipping plane coefficients -
ClipEnable
public boolean[] ClipEnableGL_CLIP_PLANEi: ith user clipping plane enabled, also gl_enable -
ClippingEnable
public boolean ClippingEnable
-
-
Constructor Details
-
gl_transform
-
gl_transform
public gl_transform()
-
-
Method Details
-
check_clip
public boolean check_clip() -
clip_enable
public boolean clip_enable(int cap, boolean state)
-