AbstractDistortedShape

abstract class AbstractDistortedShape implements DistortedShape

Class AbstractDistortedShape. Provides abstractdistortedshape functionality for the Hytale server.

java.lang.Object > AbstractDistortedShape

Field Summary

No fields documented.

Method Detail

AbstractDistortedShape

public public AbstractDistortedShape (@Nonnull final Vector3d o, final double radiusX, final double radiusY, final double radiusZ)

Method AbstractDistortedShape.

Parameters:
@Nonnull final Vector3d o
final double radiusX
final double radiusY
final double radiusZ

getLowBoundX

public int getLowBoundX ()

Method getLowBoundX.

getLowBoundZ

public int getLowBoundZ ()

Method getLowBoundZ.

getHighBoundX

public int getHighBoundX ()

Method getHighBoundX.

getHighBoundZ

public int getHighBoundZ ()

Method getHighBoundZ.

getLowBoundY

public int getLowBoundY ()

Method getLowBoundY.

getHighBoundY

public int getHighBoundY ()

Method getHighBoundY.

clampPitch

static double clampPitch (final double pitch)

Method clampPitch.

Parameters:
final double pitch