Class gl_transform

java.lang.Object
jgl.context.attrib.gl_transform

public class gl_transform extends Object
gl_transform is the transformation class of jGL 2.4.
Version:
0.2, 15 Mar 2001
Author:
Robin Bing-Yu Chen
  • Field Details

    • MatrixMode

      public int MatrixMode
      GL_MATRIX_MODE: Current matrix mode
    • Normalize

      public boolean Normalize
      GL_NORMALIZE: Current normal normalization, also gl_enable
    • ClipPlane

      public float[][] ClipPlane
      GL_CLIP_PLANEi: User clipping plane coefficients
    • ClipEnable

      public boolean[] ClipEnable
      GL_CLIP_PLANEi: ith user clipping plane enabled, also gl_enable
    • ClippingEnable

      public boolean ClippingEnable
  • Constructor Details

    • gl_transform

      public gl_transform(gl_transform cc)
    • gl_transform

      public gl_transform()
  • Method Details

    • check_clip

      public boolean check_clip()
    • clip_enable

      public boolean clip_enable(int cap, boolean state)