Package | Description |
---|---|
model.map |
The
Map and its MapComponent s. |
Modifier and Type | Method and Description |
---|---|
static Wall |
ModelComponentBuilder.createWall(java.util.List<Position> cornerPoints,
double degreeRotation)
Creates a rotated
Wall from its original corner points and a
given degree rotation. |
static Wall |
ModelComponentBuilder.createWall(java.util.List<Position> cornerPoints,
Position origin,
double degreeRotation)
Creates a rotated
Wall from its original corner points and a
given degree rotation. |
static Wall |
ModelComponentBuilder.createWall(Position start,
double width,
double height,
double degreeRotation)
Creates a
Wall with a given width and height and rotation angle. |
static Wall |
ModelComponentBuilder.createWall(Position start,
double width,
double height,
Position origin,
double degreeRotation)
Creates a
Wall with a given width and height and rotation angle. |