|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Geometry
Handle geometry data. Fastest way to call geometry factory:
import static com.b3dgs.lionengine.Geometry.GEOMETRY; //... GEOMETRY.xxx
Field Summary | |
---|---|
static Geometry |
GEOMETRY
Geometry factory. |
Method Summary | |
---|---|
Coordinate2D |
createCoordinate2D(float x,
float y)
Create float coordinates. |
Point2D |
createPoint2D(int x,
int y)
Create integer coordinates. |
Field Detail |
---|
static final Geometry GEOMETRY
Method Detail |
---|
Point2D createPoint2D(int x, int y)
x
- abscissa.y
- ordinate.
Coordinate2D createCoordinate2D(float x, float y)
x
- abscissa.y
- ordinate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |