GLG Toolkit, Java Class Library  Version 4.5
GlgConvexType

Specifies convex type of a polygon for OpenGL. More...

Detailed Description

Specifies convex type of a polygon for OpenGL.

Constants

static final int AUTO_CONVEX = 0
 Polygon convex type constant: auto-determine. More...
 
static final int CONVEX = 1
 Polygon convex type constant. More...
 
static final int NON_CONVEX = 2
 Polygon convex type constant. More...
 

Variable Documentation

◆ AUTO_CONVEX

final int AUTO_CONVEX = 0
static

Polygon convex type constant: auto-determine.

◆ CONVEX

final int CONVEX = 1
static

Polygon convex type constant.

◆ NON_CONVEX

final int NON_CONVEX = 2
static

Polygon convex type constant.