Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
V
valueOf(String)
- Static method in enum math.geom2d.conic.
Conic2D.Type
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum math.geom2d.curve.
Curves2D.JunctionType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum math.geom2d.conic.
Conic2D.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum math.geom2d.curve.
Curves2D.JunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
vector1()
- Method in class math.geom2d.conic.
Circle2D
Returns the first direction vector of the circle, in the direction of the major axis.
vector1()
- Method in class math.geom2d.conic.
Ellipse2D
Returns the first direction vector of the ellipse, in the direction of the major axis.
vector1()
- Method in class math.geom3d.plane.
Plane3D
vector2()
- Method in class math.geom2d.conic.
Circle2D
Returns the second direction vector of the circle, in the direction of the minor axis.
vector2()
- Method in class math.geom2d.conic.
Ellipse2D
Returns the second direction vector of the ellipse, in the direction of the minor axis.
vector2()
- Method in class math.geom3d.plane.
Plane3D
Vector2D
- Class in
math.geom2d
A vector in the 2D plane.
Vector2D()
- Constructor for class math.geom2d.
Vector2D
Constructs a new Vectors initialized with x=1 and y=0.
Vector2D(double, double)
- Constructor for class math.geom2d.
Vector2D
Constructs a new vector with the given coordinates.
Vector2D(Point2D)
- Constructor for class math.geom2d.
Vector2D
Constructs a new vector between the origin and the given point.
Vector2D(Point2D, Point2D)
- Constructor for class math.geom2d.
Vector2D
Constructs a new vector between two points
Vector3D
- Class in
math.geom3d
Define a vector in 3 Dimensions.
Vector3D()
- Constructor for class math.geom3d.
Vector3D
Constructs a new Vector3D initialized with x=1, y=0 and z=0.
Vector3D(double, double, double)
- Constructor for class math.geom3d.
Vector3D
Base constructor, using coordinates in each direction.
Vector3D(Point3D)
- Constructor for class math.geom3d.
Vector3D
Construct a new vector between origin and a 3D point.
Vector3D(Point3D, Point3D)
- Constructor for class math.geom3d.
Vector3D
construct a new vector between two points
vertex(int)
- Method in class math.geom2d.polygon.
HRectangle2D
Deprecated.
Returns the i-th vertex of the polygon.
vertex(int)
- Method in class math.geom2d.polygon.
LinearCurve2D
Returns the i-th vertex of the polyline.
vertex(int)
- Method in class math.geom2d.polygon.
MultiPolygon2D
Returns the i-th vertex of the polygon.
vertex(int)
- Method in interface math.geom2d.polygon.
Polygon2D
Returns the i-th vertex of the polygon.
vertex(int)
- Method in class math.geom2d.polygon.
Rectangle2D
Returns the i-th vertex of the polygon.
vertex(int)
- Method in class math.geom2d.polygon.
SimplePolygon2D
Returns the i-th vertex of the polygon.
vertexArray()
- Method in class math.geom2d.polygon.
LinearCurve2D
Returns the collection of vertices as an array of Point2D.
vertexIterator()
- Method in class math.geom2d.polygon.
LinearCurve2D
Returns an iterator on the collection of points.
vertexNumber()
- Method in class math.geom2d.
Box2D
Returns the number of vertices of the box.
vertexNumber()
- Method in class math.geom2d.polygon.
HRectangle2D
Deprecated.
Returns the number of vertex, which is 4.
vertexNumber()
- Method in class math.geom2d.polygon.
LinearCurve2D
Returns the number of vertices.
vertexNumber()
- Method in class math.geom2d.polygon.
MultiPolygon2D
Returns the total number of vertices in this polygon.
vertexNumber()
- Method in interface math.geom2d.polygon.
Polygon2D
Returns the number of vertices of the polygon
vertexNumber()
- Method in class math.geom2d.polygon.
Rectangle2D
Returns the number of vertices of the rectangle, which is 4.
vertexNumber()
- Method in class math.geom2d.polygon.
SimplePolygon2D
Returns the number of vertices of the polygon.
vertices()
- Method in class math.geom2d.
Box2D
vertices()
- Method in class math.geom2d.curve.
AbstractSmoothCurve2D
Returns a set of Point2D, containing the extremities of the curve if they are not infinite.
vertices()
- Method in interface math.geom2d.curve.
Curve2D
Returns the set of vertices for this curve.
vertices()
- Method in class math.geom2d.curve.
CurveArray2D
Implementation of getVertices() for curve returns the same result as the method getSingularPoints().
vertices()
- Method in class math.geom2d.polygon.
HRectangle2D
Deprecated.
vertices()
- Method in class math.geom2d.polygon.
LinearCurve2D
Returns the vertices of the polyline.
vertices()
- Method in class math.geom2d.polygon.
MultiPolygon2D
vertices()
- Method in interface math.geom2d.polygon.
Polygon2D
Returns the vertices (singular points) of the polygon
vertices()
- Method in class math.geom2d.polygon.
Rectangle2D
Returns the vertices of the rectangle as a collection of points.
vertices()
- Method in class math.geom2d.polygon.
SimplePolygon2D
Returns the points of the polygon.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y