-
-
- serialVersionUID:
- 20200828L
-
-
- serialVersionUID:
- 20200829L
-
Serialized Fields
-
maxX
double maxX
The upper bound for x.
-
maxY
double maxY
The upper bound for y.
-
minX
double minX
The lower bound for x.
-
minY
double minY
The lower bound for y.
-
- serialVersionUID:
- 2020829L
-
Serialized Fields
-
maxX
double maxX
The upper bound for x.
-
maxY
double maxY
The upper bound for y.
-
maxZ
double maxZ
The upper bound for z.
-
minX
double minX
The lower bound for x.
-
minY
double minY
The lower bound for y.
-
minZ
double minZ
The lower bound for z.
-
-
- serialVersionUID:
- 20210121L
-
Serialized Fields
-
endX
double endX
The end x-coordinate.
-
endY
double endY
The end y-coordinate.
-
startX
double startX
The start x-coordinate.
-
startY
double startY
The start y-coordinate.
-
- serialVersionUID:
- 20210121L
-
Serialized Fields
-
endX
double endX
The end x-coordinate.
-
endY
double endY
The end y-coordinate.
-
endZ
double endZ
The end z-coordinate.
-
startX
double startX
The start x-coordinate.
-
startY
double startY
The start y-coordinate.
-
startZ
double startZ
The start z-coordinate.
-
- serialVersionUID:
- 20209999L
-
- serialVersionUID:
- 20209999L
-
- serialVersionUID:
- 20200911L
-
Serialized Fields
-
bounds
Bounds2d bounds
Bounding rectangle of this PolyLine2d.
-
length
double length
The length.
-
lengthIndexedLine
double[] lengthIndexedLine
The cumulative length of the line at point 'i'.
-
startHeading
double startHeading
Heading at start point (only needed for degenerate PolyLine2d).
-
x
double[] x
X-coordinates of the points.
-
y
double[] y
Y-coordinates of the points.
-
- serialVersionUID:
- 20200911L
-
Serialized Fields
-
bounds
Bounds3d bounds
Bounding box of this PolyLine3d.
-
length
double length
The length.
-
lengthIndexedLine
double[] lengthIndexedLine
The cumulative length of the line at point 'i'.
-
startDirY
double startDirY
Complement of the slope at start point (only needed for degenerate PolyLine3d).
-
startDirZ
double startDirZ
Heading at start point (only needed for degenerate PolyLine3d).
-
x
double[] x
X-coordinates of the points.
-
y
double[] y
Y-coordinates of the points.
-
z
double[] z
Z-coordinates of the points.
-
- serialVersionUID:
- 20210119L
-
- serialVersionUID:
- 20210119L
-
-
- serialVersionUID:
- 20200828L
-
- serialVersionUID:
- 20200828L
-
- serialVersionUID:
- 20200828L
-
- serialVersionUID:
- 20201201L
-
Serialized Fields
-
x
double x
The x-coordinate.
-
y
double y
The y-coordinate.
-
- serialVersionUID:
- 20201201L
-
Serialized Fields
-
x
double x
The x-coordinate.
-
y
double y
The y-coordinate.
-
z
double z
The z-coordinate.
-
-
- serialVersionUID:
- 20210706L
-
Serialized Fields
-
bounds
Bounds3d bounds
The bounds of this Surface3d.
-
indices
int[] indices
Indices into the points array for each triangle in succession.
-
x
double[] x
X-coordinates of all points used to define the triangulated surface.
-
y
double[] y
Y-coordinates of all points used to define the triangulated surface.
-
z
double[] z
Z-coordinates of all points used to define the triangulated surface.
-