DistortedShape

public interface DistortedShape extends IWorldBounds

Class DistortedShape. Provides distortedshape functionality for the Hytale server.

java.lang.Object > IWorldBounds > DistortedShape

Field Summary

midWidth

final double midWidth

Field midWidth.

midHeight

final double midHeight

Field midHeight.

Method Detail

hasGeometry

public boolean hasGeometry ()

Method hasGeometry.

getCeiling

public double getCeiling (final double x, final double z, final double centerY, final double height)

Method getCeiling.

Parameters:
final double x
final double z
final double centerY
final double height

getFloor

public double getFloor (final double x, final double z, final double centerY, final double height)

Method getFloor.

Parameters:
final double x
final double z
final double centerY
final double height