|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Winding direction, either clockwise (CW) or counter-clockwise (CCW). More...
Public Member Functions | |
| Winding (final int dir) | |
Public Attributes | |
| CW =(-1) | |
| Clockwise (Cw) negative winding direction. More... | |
| CCW =(1) | |
| Counter-Clockwise (CCW) positive winding direction. More... | |
| final int | dir |
| The winding direction sign, i.e. More... | |
Winding direction, either clockwise (CW) or counter-clockwise (CCW).
Definition at line 6 of file Winding.java.
| com.jogamp.math.geom.plane.Winding.Winding | ( | final int | dir | ) |
Definition at line 15 of file Winding.java.
| com.jogamp.math.geom.plane.Winding.CCW =(1) |
Counter-Clockwise (CCW) positive winding direction.
Definition at line 10 of file Winding.java.
| com.jogamp.math.geom.plane.Winding.CW =(-1) |
Clockwise (Cw) negative winding direction.
Definition at line 8 of file Winding.java.
| final int com.jogamp.math.geom.plane.Winding.dir |
The winding direction sign, i.e.
positive 1 for CCW and negative -1 for CW.
Definition at line 13 of file Winding.java.