|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Outline's vertices have undefined state until transformed. More...
Public Member Functions | |
| VerticesState (final int state) | |
Public Attributes | |
| UNDEFINED =(0) | |
| QUADRATIC_NURBS =(1) | |
| final int | state |
Outline's vertices have undefined state until transformed.
Definition at line 130 of file OutlineShape.java.
| com.jogamp.graph.curve.OutlineShape.VerticesState.VerticesState | ( | final int | state | ) |
Definition at line 135 of file OutlineShape.java.
| com.jogamp.graph.curve.OutlineShape.VerticesState.QUADRATIC_NURBS =(1) |
Definition at line 131 of file OutlineShape.java.
| final int com.jogamp.graph.curve.OutlineShape.VerticesState.state |
Definition at line 133 of file OutlineShape.java.
| com.jogamp.graph.curve.OutlineShape.VerticesState.UNDEFINED =(0) |
Definition at line 131 of file OutlineShape.java.