Uses of Class
org.deepjava.runtime.util.Vector
-
Packages that use Vector Package Description org.deepjava.runtime.util -
-
Uses of Vector in org.deepjava.runtime.util
Subclasses of Vector in org.deepjava.runtime.util Modifier and Type Class Description classVector3This class implements a 3-dimensional vector.classVector4This class implements a 4-dimensional vector.Methods in org.deepjava.runtime.util with parameters of type Vector Modifier and Type Method Description booleanVector. add(Vector left, Vector right, boolean ignoreOrientation)Adds two vectors and stores the result in this instance.doubleVector. dot(Vector right)Calculates the dot products of a vector with this instance.
-