protected static class RigidShapeEditor.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, setRoll
public ControlPointMarker(String type, Position position, Vec4 point, MarkerAttributes attrs, int index)