Class gl_eval_map2


  • public class gl_eval_map2
    extends Object
    gl_eval_map2 is the evaluator 2D map class of JavaGL 2.1.
    Version:
    0.2, 16 Dec 1999
    Author:
    Robin Bing-Yu Chen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float[][][] Points
      GL_COEFF: 2D control points
      float U1
      GL_DOMAIN: 2D domain endpoints
      float U2
      GL_DOMAIN: 2D domain endpoints
      int UOrder
      GL_ORDER: 2D map orders
      float V1
      GL_DOMAIN: 2D domain endpoints
      float V2
      GL_DOMAIN: 2D domain endpoints
      int VOrder  
    • Constructor Summary

      Constructors 
      Constructor Description
      gl_eval_map2​(float u1, float u2, int uorder, float v1, float v2, int vorder)  
    • Field Detail

      • UOrder

        public int UOrder
        GL_ORDER: 2D map orders
      • VOrder

        public int VOrder
      • Points

        public float[][][] Points
        GL_COEFF: 2D control points
      • U1

        public float U1
        GL_DOMAIN: 2D domain endpoints
      • U2

        public float U2
        GL_DOMAIN: 2D domain endpoints
      • V1

        public float V1
        GL_DOMAIN: 2D domain endpoints
      • V2

        public float V2
        GL_DOMAIN: 2D domain endpoints
    • Constructor Detail

      • gl_eval_map2

        public gl_eval_map2​(float u1,
                            float u2,
                            int uorder,
                            float v1,
                            float v2,
                            int vorder)