Uses of Class
graphics.ddd.Vector3d

Packages that use Vector3d
graphics.ddd   
 

Uses of Vector3d in graphics.ddd
 

Methods in graphics.ddd that return Vector3d
 Vector3d Applet3d.getNormal(Vector3d a, Vector3d b, Vector3d c)
           
 Vector3d Applet3d.matrixvectorproduct(graphics.ddd.Matrix4x4 b, Vector3d a)
           
 Vector3d Applet3d.normalize(Vector3d v)
           
 Vector3d Applet3d.rndVector()
           
 Vector3d Applet3d.vectordist(Vector3d v1, Vector3d v2)
           
 

Methods in graphics.ddd with parameters of type Vector3d
 void Applet3d.addLight(Vector3d v, int mode, int intensity)
           
 Vector3d Applet3d.getNormal(Vector3d a, Vector3d b, Vector3d c)
           
 Vector3d Applet3d.matrixvectorproduct(graphics.ddd.Matrix4x4 b, Vector3d a)
           
 Vector3d Applet3d.normalize(Vector3d v)
           
 Vector3d Applet3d.vectordist(Vector3d v1, Vector3d v2)
           
 float Applet3d.vectorlength(Vector3d v)