JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.geom.plane.Winding Enum Reference

Winding direction, either clockwise (CW) or counter-clockwise (CCW). More...

Collaboration diagram for com.jogamp.math.geom.plane.Winding:

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...
 

Detailed Description

Winding direction, either clockwise (CW) or counter-clockwise (CCW).

Definition at line 6 of file Winding.java.

Constructor & Destructor Documentation

◆ Winding()

com.jogamp.math.geom.plane.Winding.Winding ( final int  dir)

Definition at line 15 of file Winding.java.

Member Data Documentation

◆ CCW

com.jogamp.math.geom.plane.Winding.CCW =(1)

Counter-Clockwise (CCW) positive winding direction.

Definition at line 10 of file Winding.java.

◆ CW

com.jogamp.math.geom.plane.Winding.CW =(-1)

Clockwise (Cw) negative winding direction.

Definition at line 8 of file Winding.java.

◆ dir

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.


The documentation for this enum was generated from the following file: