Package jgl.glu

Class nurbs_obj


  • public class nurbs_obj
    extends Object
    nurbs_obj is one of the GLU NURBS class of JavaGL 2.1.
    Version:
    0.1, 2 Nov 1999
    Author:
    Robin Bing-Yu Chen
    • Field Detail

      • knot_count

        public int knot_count
      • knot

        public float[] knot
      • stride

        public int stride
      • order

        public int order
    • Constructor Detail

      • nurbs_obj

        public nurbs_obj()
    • Method Detail

      • test

        public int test()
      • fill

        public void fill​(int c,
                         float[] k,
                         int s,
                         int o)