Package | Description |
---|---|
com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
com.metsci.glimpse.support.polygon |
Tessellation of polygons into collections of triangles which
can be easily drawn by the graphics card.
|
Modifier and Type | Method and Description |
---|---|
void |
PolygonPainter.addPolygon(Object groupId,
Object polygonId,
long startTime,
long endTime,
Polygon geometry,
float z) |
void |
PolygonPainter.addPolygon(Object groupId,
Object polygonId,
Polygon geometry,
float z) |
Modifier and Type | Method and Description |
---|---|
int |
PolygonTessellator.tessellate(Polygon poly,
VertexAccumulator accumulator) |
Copyright © 2013 Metron, Inc.. All rights reserved.