Class 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 Detail

      • 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 Detail

      • gl_transform

        public gl_transform()
    • Method Detail

      • check_clip

        public boolean check_clip()
      • clip_enable

        public boolean clip_enable​(int cap,
                                   boolean state)