com.jogamp.opengl.impl.glu.nurbs
Class Breakpt
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
Breakpt
public Breakpt()
Copyright 2010 JogAmp Community.