![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
Path () | |
void | moveTo (float x, float y) |
void | lineTo (float x, float y) |
List< Vertex > | getVertices () |
Private Attributes | |
List< Vertex > | vertices |
rabbitescape.render.androidlike.Path.Path | ( | ) |
List<Vertex> rabbitescape.render.androidlike.Path.getVertices | ( | ) |
void rabbitescape.render.androidlike.Path.lineTo | ( | float | x, |
float | y | ||
) |
void rabbitescape.render.androidlike.Path.moveTo | ( | float | x, |
float | y | ||
) |
|
private |