graphics.ddd
Class Vector3d

java.lang.Object
  extended by graphics.ddd.Vector3d

public class Vector3d
extends java.lang.Object


Constructor Summary
Vector3d()
           
Vector3d(float xval, float yval, float zval)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector3d

public Vector3d()

Vector3d

public Vector3d(float xval,
                float yval,
                float zval)