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

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

public class Breakpt
extends Object

Class holding break point parameters

Author:
Tomas Hrasky

Field Summary
 int def
          Breakpoint deficit (how many times it has to be added)
 int multi
          Breakpoint multiplicity
 float value
          Breakpint value
 
Constructor Summary
Breakpt()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

multi

public int multi
Breakpoint multiplicity


value

public float value
Breakpint value


def

public int def
Breakpoint deficit (how many times it has to be added)

Constructor Detail

Breakpt

public Breakpt()


Copyright 2010 JogAmp Community.