OrthogonalProjectionProvider

public class OrthogonalProjectionProvider implements MatrixProvider

Class OrthogonalProjectionProvider. Provides orthogonalprojectionprovider functionality for the Hytale server.

java.lang.Object > OrthogonalProjectionProvider

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

OrthogonalProjectionProvider

public public OrthogonalProjectionProvider ()

Method OrthogonalProjectionProvider.

Matrix4d

public new Matrix4d ()

Method Matrix4d.

setLeft

public OrthogonalProjectionProvider setLeft (final double left)

Method setLeft.

Parameters:
final double left

setRight

public OrthogonalProjectionProvider setRight (final double right)

Method setRight.

Parameters:
final double right

setBottom

public OrthogonalProjectionProvider setBottom (final double bottom)

Method setBottom.

Parameters:
final double bottom

setTop

public OrthogonalProjectionProvider setTop (final double top)

Method setTop.

Parameters:
final double top

setNear

public OrthogonalProjectionProvider setNear (final double near)

Method setNear.

Parameters:
final double near

setFar

public OrthogonalProjectionProvider setFar (final double far)

Method setFar.

Parameters:
final double far

getRange

public double getRange ()

Method getRange.

setRotation

public OrthogonalProjectionProvider 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.

toString

public String toString ()

Method toString.