Uses of Class
model.Vector3d

Packages that use Vector3d
model   
 

Uses of Vector3d in model
 

Methods in model that return Vector3d
static Vector3d Vector3d.crossProduct(double[] v1, double[] v2)
          Returns the cross product of the specified vectors.
 

Methods in model with parameters of type Vector3d
 void Vector3d.setVector(Vector3d v)
           
 

Constructors in model with parameters of type Vector3d
Vector3d(Vector3d v)