com.jogamp.opengl.impl.glu.nurbs
Class NurbsConsts
java.lang.Object
com.jogamp.opengl.impl.glu.nurbs.NurbsConsts
public class NurbsConsts
- extends Object
Class hodling NURBS constants as seen in OpenGL GLU documentation
- Author:
- JOGL project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N_SAMPLING_TOLERANCE
public static final int N_SAMPLING_TOLERANCE
- See Also:
- Constant Field Values
N_S_RATE
public static final int N_S_RATE
- See Also:
- Constant Field Values
N_T_RATE
public static final int N_T_RATE
- See Also:
- Constant Field Values
N_CLAMPFACTOR
public static final int N_CLAMPFACTOR
- See Also:
- Constant Field Values
N_NOCLAMPING
public static final float N_NOCLAMPING
- See Also:
- Constant Field Values
N_MINSAVINGS
public static final int N_MINSAVINGS
- See Also:
- Constant Field Values
N_NOSAVINGSSUBDIVISION
public static final float N_NOSAVINGSSUBDIVISION
- See Also:
- Constant Field Values
N_CULLING
public static final int N_CULLING
- See Also:
- Constant Field Values
N_NOCULLING
public static final float N_NOCULLING
- See Also:
- Constant Field Values
N_CULLINGON
public static final float N_CULLINGON
- See Also:
- Constant Field Values
N_SAMPLINGMETHOD
public static final int N_SAMPLINGMETHOD
- See Also:
- Constant Field Values
N_NOSAMPLING
public static final float N_NOSAMPLING
- See Also:
- Constant Field Values
N_FIXEDRATE
public static final float N_FIXEDRATE
- See Also:
- Constant Field Values
N_DOMAINDISTANCE
public static final float N_DOMAINDISTANCE
- See Also:
- Constant Field Values
N_PARAMETRICDISTANCE
public static final float N_PARAMETRICDISTANCE
- See Also:
- Constant Field Values
N_PATHLENGTH
public static final float N_PATHLENGTH
- See Also:
- Constant Field Values
N_SURFACEAREA
public static final float N_SURFACEAREA
- See Also:
- Constant Field Values
N_OBJECTSPACE_PARA
public static final float N_OBJECTSPACE_PARA
- See Also:
- Constant Field Values
N_OBJECTSPACE_PATH
public static final float N_OBJECTSPACE_PATH
- See Also:
- Constant Field Values
N_BBOX_SUBDIVIDING
public static final int N_BBOX_SUBDIVIDING
- See Also:
- Constant Field Values
N_NOBBOXSUBDIVISION
public static final float N_NOBBOXSUBDIVISION
- See Also:
- Constant Field Values
N_BBOXTIGHT
public static final float N_BBOXTIGHT
- See Also:
- Constant Field Values
N_BBOXROUND
public static final float N_BBOXROUND
- See Also:
- Constant Field Values
N_DISPLAY
public static final int N_DISPLAY
- See Also:
- Constant Field Values
N_FILL
public static final int N_FILL
- See Also:
- Constant Field Values
N_OUTLINE_POLY
public static final int N_OUTLINE_POLY
- See Also:
- Constant Field Values
N_OUTLINE_TRI
public static final int N_OUTLINE_TRI
- See Also:
- Constant Field Values
N_OUTLINE_QUAD
public static final int N_OUTLINE_QUAD
- See Also:
- Constant Field Values
N_OUTLINE_PATCH
public static final int N_OUTLINE_PATCH
- See Also:
- Constant Field Values
N_OUTLINE_PARAM
public static final int N_OUTLINE_PARAM
- See Also:
- Constant Field Values
N_OUTLINE_PARAM_S
public static final int N_OUTLINE_PARAM_S
- See Also:
- Constant Field Values
N_OUTLINE_PARAM_ST
public static final int N_OUTLINE_PARAM_ST
- See Also:
- Constant Field Values
N_OUTLINE_SUBDIV
public static final int N_OUTLINE_SUBDIV
- See Also:
- Constant Field Values
N_OUTLINE_SUBDIV_S
public static final int N_OUTLINE_SUBDIV_S
- See Also:
- Constant Field Values
N_OUTLINE_SUBDIV_ST
public static final int N_OUTLINE_SUBDIV_ST
- See Also:
- Constant Field Values
N_ISOLINE_S
public static final int N_ISOLINE_S
- See Also:
- Constant Field Values
N_ERRORCHECKING
public static final int N_ERRORCHECKING
- See Also:
- Constant Field Values
N_NOMSG
public static final int N_NOMSG
- See Also:
- Constant Field Values
N_MSG
public static final int N_MSG
- See Also:
- Constant Field Values
N_PIXEL_TOLERANCE
public static final int N_PIXEL_TOLERANCE
- See Also:
- Constant Field Values
N_ERROR_TOLERANCE
public static final int N_ERROR_TOLERANCE
- See Also:
- Constant Field Values
N_SUBDIVISIONS
public static final int N_SUBDIVISIONS
- See Also:
- Constant Field Values
N_TILES
public static final int N_TILES
- See Also:
- Constant Field Values
N_TMP1
public static final int N_TMP1
- See Also:
- Constant Field Values
N_TMP2
public static final int N_TMP2
- See Also:
- Constant Field Values
N_TMP3
public static final int N_TMP3
- See Also:
- Constant Field Values
N_TMP4
public static final int N_TMP4
- See Also:
- Constant Field Values
N_TMP5
public static final int N_TMP5
- See Also:
- Constant Field Values
N_TMP6
public static final int N_TMP6
- See Also:
- Constant Field Values
N_S_STEPS
public static final int N_S_STEPS
- See Also:
- Constant Field Values
N_T_STEPS
public static final int N_T_STEPS
- See Also:
- Constant Field Values
N_CULLINGMATRIX
public static final int N_CULLINGMATRIX
- See Also:
- Constant Field Values
N_SAMPLINGMATRIX
public static final int N_SAMPLINGMATRIX
- See Also:
- Constant Field Values
N_BBOXMATRIX
public static final int N_BBOXMATRIX
- See Also:
- Constant Field Values
N_BBOXSIZE
public static final int N_BBOXSIZE
- See Also:
- Constant Field Values
N_P2D
public static final int N_P2D
- See Also:
- Constant Field Values
N_P2DR
public static final int N_P2DR
- See Also:
- Constant Field Values
N_MESHLINE
public static final int N_MESHLINE
- See Also:
- Constant Field Values
N_MESHFILL
public static final int N_MESHFILL
- See Also:
- Constant Field Values
N_MESHPOINT
public static final int N_MESHPOINT
- See Also:
- Constant Field Values
NurbsConsts
public NurbsConsts()
Copyright 2010 JogAmp Community.