public class EdgeShape extends Shape
Shape.Type
Constructor and Description |
---|
EdgeShape() |
Modifier and Type | Method and Description |
---|---|
Shape.Type |
getType()
Get the type of this shape.
|
void |
getVertex1(Vector2 vec) |
void |
getVertex2(Vector2 vec) |
void |
set(float v1X,
float v1Y,
float v2X,
float v2Y)
Set this as an isolated edge.
|
void |
set(Vector2 v1,
Vector2 v2)
Set this as an isolated edge.
|
dispose, getChildCount, getRadius, jniGetType, setRadius
public void set(float v1X, float v1Y, float v2X, float v2Y)
public void getVertex1(Vector2 vec)
public void getVertex2(Vector2 vec)
public Shape.Type getType()
Shape