subscript.vis
Class VisView

java.lang.Object
  extended by subscript.vis.VisView

public class VisView
extends java.lang.Object

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

T

public Matrix T
The 4x4 model matrix currently in use.


C

public Matrix C
The 4x4 camera matrix currently in use.


manipulationPoint

public Matrix manipulationPoint
The 4x1 (homogenous) point around which the world should be rotated/etc.


width

public int width
The dimensions of the view port.


height

public int height
The dimensions of the view port.

Constructor Detail

VisView

public VisView(Matrix T,
               int width,
               int height)
Method Detail

copy

public VisView copy()