| Modifier and Type | Field and Description | 
|---|---|
| protected List<? extends Position> | positionsThe shape's boundary positions. | 
| protected FloatBuffer | vertexBufferThe shape's computed vertices, arranged in a buffer. | 
| protected Vec4[] | verticesThe shape's computed vertices, arranged in one array. | 
| Constructor and Description | 
|---|
| BoundaryInfo(List<? extends Position> positions)Construct an instance for a specified boundary. | 
protected FloatBuffer vertexBuffer
protected Vec4[] vertices