FrustumProjectionProvider

public class FrustumProjectionProvider implements MatrixProvider

Class FrustumProjectionProvider. Provides frustumprojectionprovider functionality for the Hytale server.

java.lang.Object > FrustumProjectionProvider

Field Summary

invalid

protected boolean invalid

Field invalid.

left

protected double left

Field left.

right

protected double right

Field right.

bottom

protected double bottom

Field bottom.

top

protected double top

Field top.

near

protected double near

Field near.

far

protected double far

Field far.

yaw

protected double yaw

Field yaw.

pitch

protected double pitch

Field pitch.

roll

protected double roll

Field roll.

Method Detail

FrustumProjectionProvider

public public FrustumProjectionProvider ()

Method FrustumProjectionProvider.

Matrix4d

public new Matrix4d ()

Method Matrix4d.

setLeft

public FrustumProjectionProvider setLeft (final double left)

Method setLeft.

Parameters:
final double left

setRight

public FrustumProjectionProvider setRight (final double right)

Method setRight.

Parameters:
final double right

setBottom

public FrustumProjectionProvider setBottom (final double bottom)

Method setBottom.

Parameters:
final double bottom

setTop

public FrustumProjectionProvider setTop (final double top)

Method setTop.

Parameters:
final double top

setNear

public FrustumProjectionProvider setNear (final double near)

Method setNear.

Parameters:
final double near

setFar

public FrustumProjectionProvider setFar (final double far)

Method setFar.

Parameters:
final double far

setRotation

public FrustumProjectionProvider setRotation (final double yaw, final double pitch, final double roll)

Method setRotation.

Parameters:
final double yaw
final double pitch
final double roll

getMatrix

public Matrix4d getMatrix ()

Method getMatrix.