|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsubscript.vis.VisView
public class VisView
The current view of a world.
Field Summary | |
---|---|
Matrix |
C
The 4x4 camera matrix currently in use. |
int |
height
The dimensions of the view port. |
Matrix |
manipulationPoint
The 4x1 (homogenous) point around which the world should be rotated/etc. |
Matrix |
T
The 4x4 model matrix currently in use. |
int |
width
The dimensions of the view port. |
Constructor Summary | |
---|---|
VisView(Matrix T,
int width,
int height)
|
Method Summary | |
---|---|
VisView |
copy()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Matrix T
public Matrix C
public Matrix manipulationPoint
public int width
public int height
Constructor Detail |
---|
public VisView(Matrix T, int width, int height)
Method Detail |
---|
public VisView copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |