Uses of Class
com.takenoko.vector.Vector
Packages that use Vector
-
Uses of Vector in com.takenoko.vector
Subclasses of Vector in com.takenoko.vectorFields in com.takenoko.vector declared as VectorMethods in com.takenoko.vector that return VectorModifier and TypeMethodDescriptionAdd two vectors.Direction.getVector()
Vector.multiply
(double i) Multiply the vector by a scalar.Vector.normalize()
Normalize the vector.Vector.rotate60()
Rotate the vector by 60 degrees.Subtract two vectors.Methods in com.takenoko.vector that return types with arguments of type VectorMethods in com.takenoko.vector with parameters of type VectorModifier and TypeMethodDescriptionAdd two vectors.double
Determine the distance between two vectors.Subtract two vectors.Constructors in com.takenoko.vector with parameters of type Vector