Index

A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

Vector - Class in org.eclipse.gef.geometry.euclidean
Represents a Vector within 2-dimensional Euclidean space.
Vector(double, double) - Constructor for class org.eclipse.gef.geometry.euclidean.Vector
Constructs a Vector that points in the specified direction.
Vector(Vector, Vector) - Constructor for class org.eclipse.gef.geometry.euclidean.Vector
Constructs a Vector representing the difference between two provided Vectors.
Vector(Point) - Constructor for class org.eclipse.gef.geometry.euclidean.Vector
Constructs a Vector that is the position Vector of the given Point.
Vector(Point, Point) - Constructor for class org.eclipse.gef.geometry.euclidean.Vector
Constructs a Vector representing the direction and magnitude between to provided Points.
Vector3D - Class in org.eclipse.gef.geometry.projective
The Vector3D class implements a three dimensional vector (components x, y, z) with its standard operations: addition and multiplication (scalar, dot-product, cross-product).
Vector3D(double, double, double) - Constructor for class org.eclipse.gef.geometry.projective.Vector3D
Constructs a new Vector3D object with the given component values.
Vector3D(Point) - Constructor for class org.eclipse.gef.geometry.projective.Vector3D
Constructs a new Vector3D from the given Point, setting z to 1.
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form