public static enum MarchingSquare.Winding extends Enum<MarchingSquare.Winding>
Enum Constant and Description |
---|
Clockwise |
CounterClockwise |
Modifier and Type | Method and Description |
---|---|
static MarchingSquare.Winding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarchingSquare.Winding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarchingSquare.Winding Clockwise
public static final MarchingSquare.Winding CounterClockwise
public static MarchingSquare.Winding[] values()
for (MarchingSquare.Winding c : MarchingSquare.Winding.values()) System.out.println(c);
public static MarchingSquare.Winding valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullProcessing Library voxellib by Pablo Miranda Carranza. (c) 2017