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
Method setLeft.
- Parameters:
final doubleleft
setRight
Method setRight.
- Parameters:
final doubleright
setBottom
Method setBottom.
- Parameters:
final doublebottom
setTop
Method setTop.
- Parameters:
final doubletop
setNear
Method setNear.
- Parameters:
final doublenear
setFar
Method setFar.
- Parameters:
final doublefar
getRange
public
double
getRange
()
Method getRange.
setRotation
public
OrthogonalProjectionProvider
setRotation
(final double yaw, final double pitch, final double roll)
Method setRotation.
- Parameters:
final doubleyawfinal doublepitchfinal doubleroll
toString
public
String
toString
()
Method toString.