Skip navigation links
GEF Geometry
5.0.2.201912130302
A B C D E F G H I L M N O P Q R S T U V W X Y Z 

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(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.
Vector(Vector, Vector) - Constructor for class org.eclipse.gef.geometry.euclidean.Vector
Constructs a Vector representing the difference between two provided Vectors.
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 
Skip navigation links
GEF Geometry
5.0.2.201912130302

Copyright (c) 2014 itemis AG, and others. All rights reserved.