subscript.vis
Class VisPointWindow
java.lang.Object
subscript.vis.VisObject
subscript.vis.VisPointWindow
public class VisPointWindow
- extends VisObject
A history of points, suitable for finite-length trajectories.
Method Summary |
void |
add(double thisy)
|
Box3D |
getExtents(Matrix S)
Get the bounding box in global coordinates, i.e., using the
object's transform T and the passed-in matrix S. |
void |
render(VisRenderer r,
VisWorld world,
VisView v)
Called by VisCanvas when it is time to render the object. |
Methods inherited from class subscript.vis.VisObject |
getPosition, rotateX, rotateY, rotateZ, setPosition, setPosition, setPosition, setPositionT, setPositionXYT, setPositionXYT, setPositionXYZ, transform, transform, translate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisPointWindow
public VisPointWindow(double t0,
double t1,
int windowSize,
VisLineStyle lineStyle)
add
public void add(double thisy)
getExtents
public Box3D getExtents(Matrix S)
- Description copied from class:
VisObject
- Get the bounding box in global coordinates, i.e., using the
object's transform T and the passed-in matrix S. I.e., pass S*T
to methods of Box3D.
- Specified by:
getExtents
in class VisObject
render
public void render(VisRenderer r,
VisWorld world,
VisView v)
- Description copied from class:
VisObject
- Called by VisCanvas when it is time to render the object.
- Specified by:
render
in class VisObject