protected static class ExtrudedPolygonEditor.ControlPointMarker extends BasicMarker
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
index  | 
protected Vec4 | 
point  | 
protected String | 
type  | 
attributes, heading, pitch, position, roll| Constructor and Description | 
|---|
ControlPointMarker(String type,
                  Position position,
                  Vec4 point,
                  MarkerAttributes attrs,
                  int index)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIndex()  | 
Vec4 | 
getPoint()  | 
String | 
getType()  | 
getAttributes, getHeading, getPitch, getPosition, getRoll, render, render, setAttributes, setHeading, setPitch, setPosition, setRollpublic ControlPointMarker(String type, Position position, Vec4 point, MarkerAttributes attrs, int index)