protected static class Polygon.BoundaryInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<? extends Position> |
positions
The shape's boundary positions.
|
protected java.nio.FloatBuffer |
vertexBuffer
The shape's computed vertices, arranged in a buffer.
|
protected Vec4[] |
vertices
The shape's computed vertices, arranged in one array.
|
Constructor and Description |
---|
BoundaryInfo(java.util.List<? extends Position> positions)
Construct an instance for a specified boundary.
|
protected java.util.List<? extends Position> positions
protected java.nio.FloatBuffer vertexBuffer
protected Vec4[] vertices
public BoundaryInfo(java.util.List<? extends Position> positions)
positions
- the boundary positions.