JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.curve.OutlineShape.VerticesState Enum Reference

Outline's vertices have undefined state until transformed. More...

Collaboration diagram for com.jogamp.graph.curve.OutlineShape.VerticesState:

Public Member Functions

 VerticesState (final int state)
 

Public Attributes

 UNDEFINED =(0)
 
 QUADRATIC_NURBS =(1)
 
final int state
 

Detailed Description

Outline's vertices have undefined state until transformed.

Definition at line 130 of file OutlineShape.java.

Constructor & Destructor Documentation

◆ VerticesState()

com.jogamp.graph.curve.OutlineShape.VerticesState.VerticesState ( final int  state)

Definition at line 135 of file OutlineShape.java.

Member Data Documentation

◆ QUADRATIC_NURBS

com.jogamp.graph.curve.OutlineShape.VerticesState.QUADRATIC_NURBS =(1)

Definition at line 131 of file OutlineShape.java.

◆ state

final int com.jogamp.graph.curve.OutlineShape.VerticesState.state

Definition at line 133 of file OutlineShape.java.

◆ UNDEFINED

com.jogamp.graph.curve.OutlineShape.VerticesState.UNDEFINED =(0)

Definition at line 131 of file OutlineShape.java.


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