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 class
Vector3
This class implements a 3-dimensional vector.class
Vector4
This class implements a 4-dimensional vector.Methods in org.deepjava.runtime.util with parameters of type Vector Modifier and Type Method Description boolean
Vector. add(Vector left, Vector right, boolean ignoreOrientation)
Adds two vectors and stores the result in this instance.double
Vector. dot(Vector right)
Calculates the dot products of a vector with this instance.
-