| Package | Description |
|---|---|
| org.codetome.hexameter.api | |
| org.codetome.hexameter.internal |
| Modifier and Type | Method and Description |
|---|---|
HexagonOrientation |
HexagonalGridBuilder.getOrientation() |
static HexagonOrientation |
HexagonOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HexagonOrientation[] |
HexagonOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
CoordinateConverter.convertOffsetCoordinatesToAxialX(int x,
int y,
HexagonOrientation orientation)
Calculates the axial X coordinate based on an offset coordinate pair.
|
static int |
CoordinateConverter.convertOffsetCoordinatesToAxialZ(int x,
int y,
HexagonOrientation orientation)
Calculates the axial Z coordinate based on an offset coordinate pair.
|
HexagonalGridBuilder |
HexagonalGridBuilder.setOrientation(HexagonOrientation orientation)
Sets the
HexagonOrientation used in the resulting HexagonalGrid. |
| Modifier and Type | Method and Description |
|---|---|
HexagonOrientation |
SharedHexagonData.getOrientation() |
| Constructor and Description |
|---|
SharedHexagonData(HexagonOrientation orientation,
double radius) |
Copyright © 2016. All rights reserved.