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
H
hasMultipleVertices(List<T>)
- Static method in class math.geom2d.point.
PointSets2D
Tests if the given list of points contains multiple vertices.
hasMultipleVertices(List<T>, boolean)
- Static method in class math.geom2d.point.
PointSets2D
Tests if the given list of points contains multiple vertices.
hasMultipleVertices(LinearCurve2D)
- Static method in class math.geom2d.polygon.
Polylines2D
Checks if the open polyline has multiple vertices.
hasMultipleVertices(LinearCurve2D, boolean)
- Static method in class math.geom2d.polygon.
Polylines2D
Checks if the input polyline has multiple vertices.
horizontalAngle(Point2D)
- Static method in class math.geom2d.
Angle2D
Returns the horizontal angle formed by the line joining the origin and the given point.
horizontalAngle(double, double)
- Static method in class math.geom2d.
Angle2D
Returns the horizontal angle formed by the line joining the origin and the point with given coordinate.
horizontalAngle(Vector2D)
- Static method in class math.geom2d.
Angle2D
Returns the horizontal angle formed by the line joining the origin and the point with given coordinate.
horizontalAngle(LinearShape2D)
- Static method in class math.geom2d.
Angle2D
Returns the horizontal angle formed by the line joining the two given points.
horizontalAngle(Point2D, Point2D)
- Static method in class math.geom2d.
Angle2D
Returns the horizontal angle formed by the line joining the two given points.
horizontalAngle(double, double, double, double)
- Static method in class math.geom2d.
Angle2D
Returns the horizontal angle formed by the line joining the two given points.
horizontalAngle()
- Method in class math.geom2d.line.
AbstractLine2D
Gets Angle with axis (O,i), counted counter-clockwise.
horizontalAngle()
- Method in class math.geom2d.line.
Line2D
horizontalAngle()
- Method in interface math.geom2d.line.
LinearShape2D
Returns the angle with axis (O,i), counted counter-clockwise.
HRectangle2D
- Class in
math.geom2d.polygon
Deprecated.
since 0.11.0
HRectangle2D(double, double, double, double)
- Constructor for class math.geom2d.polygon.
HRectangle2D
Deprecated.
Main constructor
HRectangle2D()
- Constructor for class math.geom2d.polygon.
HRectangle2D
Deprecated.
Empty constructor (size and position zero)
HRectangle2D(Rectangle2D)
- Constructor for class math.geom2d.polygon.
HRectangle2D
Deprecated.
Constructor from awt, to allow easy construction from existing apps.
HRectangle2D(Point2D, double, double)
- Constructor for class math.geom2d.polygon.
HRectangle2D
Deprecated.
Main constructor
Hyperbola2D
- Class in
math.geom2d.conic
An Hyperbola, which is represented as a curve set of two boundary curves which are instances of HyperbolaBranch2D.
Hyperbola2D()
- Constructor for class math.geom2d.conic.
Hyperbola2D
Assume centered hyperbola, with a = b = 1 (orthogonal hyperbola), theta=0 (hyperbola is oriented East-West), and direct orientation.
Hyperbola2D(Point2D, double, double, double)
- Constructor for class math.geom2d.conic.
Hyperbola2D
Hyperbola2D(Point2D, double, double, double, boolean)
- Constructor for class math.geom2d.conic.
Hyperbola2D
Hyperbola2D(double, double, double, double, double)
- Constructor for class math.geom2d.conic.
Hyperbola2D
Hyperbola2D(double, double, double, double, double, boolean)
- Constructor for class math.geom2d.conic.
Hyperbola2D
Main constructor
HyperbolaBranch2D
- Class in
math.geom2d.conic
Branch of an Hyperbola2D.
HyperbolaBranch2D(Hyperbola2D, boolean)
- Constructor for class math.geom2d.conic.
HyperbolaBranch2D
Generic constructor, using a parent Hyperbola, and a boolean to specifies if the branch is the right one (crossing the Ox axis on positive side, b true), or the left one (crossing the Oy axis on the negative side, b false).
HyperbolaBranchArc2D
- Class in
math.geom2d.conic
An arc of hyperbola, defined from the parent hyperbola branch, and two positions on the parent curve.
HyperbolaBranchArc2D(HyperbolaBranch2D, double, double)
- Constructor for class math.geom2d.conic.
HyperbolaBranchArc2D
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