public interface CellDistanceFunction
Class CellDistanceFunction. Provides celldistancefunction functionality for the Hytale server.
java.lang.Object > CellDistanceFunction
Field Summary
No fields documented.
Method Detail
scale
public
double
scale
(final double value)
Method scale.
- Parameters:
final doublevalue
invScale
public
double
invScale
(final double value)
Method invScale.
- Parameters:
final doublevalue
getCellX
public
int
getCellX
(final double x, final double y)
Method getCellX.
- Parameters:
final doublexfinal doubley
getCellY
public
int
getCellY
(final double x, final double y)
Method getCellY.
- Parameters:
final doublexfinal doubley
getCellZ
public
int
getCellZ
(final double x, final double y, final double z)
Method getCellZ.
- Parameters:
final doublexfinal doubleyfinal doublez