JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GEF4 Geometry
1.0.0.201605241352
Prev Letter
Next Letter
Frames
No Frames
All Classes
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.gef4.geometry.euclidean
Represents a
Vector
within 2-dimensional Euclidean space.
Vector(double, double)
- Constructor for class org.eclipse.gef4.geometry.euclidean.
Vector
Constructs a
Vector
that points in the specified direction.
Vector(Point)
- Constructor for class org.eclipse.gef4.geometry.euclidean.
Vector
Constructs a
Vector
that is the position
Vector
of the given
Point
.
Vector(Point, Point)
- Constructor for class org.eclipse.gef4.geometry.euclidean.
Vector
Constructs a
Vector
representing the direction and magnitude between to provided
Point
s.
Vector(Vector, Vector)
- Constructor for class org.eclipse.gef4.geometry.euclidean.
Vector
Constructs a
Vector
representing the difference between two provided
Vector
s.
Vector3D
- Class in
org.eclipse.gef4.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.gef4.geometry.projective.
Vector3D
Constructs a new
Vector3D
object with the given component values.
Vector3D(Point)
- Constructor for class org.eclipse.gef4.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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
GEF4 Geometry
1.0.0.201605241352
Prev Letter
Next Letter
Frames
No Frames
All Classes
Copyright (c) 2014 itemis AG, and others. All rights reserved.