Uses of Class
org.jzy3d.maths.Vector3d

Packages that use Vector3d
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
 

Uses of Vector3d in org.jzy3d.maths
 

Methods in org.jzy3d.maths with parameters of type Vector3d
 Coord3d Vector3d.cross(Vector3d v)
          Computes the vectorial product of the current and the given vector.
 float Vector3d.dot(Vector3d v)
          Compute the dot product between and current and given vector.