com.jogamp.opengl.impl.glu.nurbs
Class O_nurbscurve

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.O_nurbscurve

public class O_nurbscurve
extends Object

NURBS curve object

Author:
Tomáš Hráský

Field Summary
 Quilt bezier_curves
          List of bezier curves
 O_nurbscurve next
          Next curve in list
 O_curve owner
          Parent curve
 int type
          Curve type
 boolean used
          Was curve used ?
 
Constructor Summary
O_nurbscurve(int realType)
          Makes new O_nurbscurve
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bezier_curves

public Quilt bezier_curves
List of bezier curves


type

public int type
Curve type


used

public boolean used
Was curve used ?


owner

public O_curve owner
Parent curve


next

public O_nurbscurve next
Next curve in list

Constructor Detail

O_nurbscurve

public O_nurbscurve(int realType)
Makes new O_nurbscurve

Parameters:
realType - type of curve


Copyright 2010 JogAmp Community.