CellDistanceFunction

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 double value

invScale

public double invScale (final double value)

Method invScale.

Parameters:
final double value

getCellX

public int getCellX (final double x, final double y)

Method getCellX.

Parameters:
final double x
final double y

getCellY

public int getCellY (final double x, final double y)

Method getCellY.

Parameters:
final double x
final double y

getCellZ

public int getCellZ (final double x, final double y, final double z)

Method getCellZ.

Parameters:
final double x
final double y
final double z