Serialized Form
-
Package org.djutils.draw
-
Class org.djutils.draw.DrawException extends Exception implements Serializable
- serialVersionUID:
- 20200828L
-
Class org.djutils.draw.DrawRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 20200828L
-
Class org.djutils.draw.Space2d extends Object implements Serializable
- serialVersionUID:
- 20201208L
-
Class org.djutils.draw.Space3d extends Object implements Serializable
- serialVersionUID:
- 20201208L
-
-
Package org.djutils.draw.bounds
-
Class org.djutils.draw.bounds.Bounds2d extends Object implements Serializable
- 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.
-
-
Class org.djutils.draw.bounds.Bounds3d extends Object implements Serializable
- 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.
-
-
-
Package org.djutils.draw.line
-
Class org.djutils.draw.line.LineSegment2d extends Object implements Serializable
- 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.
-
-
Class org.djutils.draw.line.LineSegment3d extends Object implements Serializable
- 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.
-
-
Class org.djutils.draw.line.PolyLine2d extends Object implements Serializable
- serialVersionUID:
- 20200911L
-
Class org.djutils.draw.line.PolyLine3d extends Object implements Serializable
- serialVersionUID:
- 20200911L
-
Class org.djutils.draw.line.Ray2d extends Point2d implements Serializable
- serialVersionUID:
- 20210119L
-
Serialized Fields
-
phi
double phi
Phi; the angle from the positive X axis direction in radians.
-
-
Class org.djutils.draw.line.Ray3d extends Point3d implements Serializable
- serialVersionUID:
- 20210119L
-
Serialized Fields
-
phi
double phi
Phi; the angle from the positive X axis direction in radians. -
theta
double theta
Theta; the angle from the positive Z axis direction in radians.
-
-
-
Package org.djutils.draw.point
-
Class org.djutils.draw.point.OrientedPoint2d extends Point2d implements Serializable
- serialVersionUID:
- 20200828L
-
Serialized Fields
-
dirZ
double dirZ
The counter-clockwise rotation around the point in radians.
-
-
Class org.djutils.draw.point.OrientedPoint3d extends Point3d implements Serializable
- serialVersionUID:
- 20200828L
-
Serialized Fields
-
dirX
double dirX
The direction as rotation around the x-axis. -
dirY
double dirY
The direction as rotation around the y-axis. -
dirZ
double dirZ
The direction as rotation around the z-axis.
-
-
Class org.djutils.draw.point.Point2d extends Object implements Serializable
- serialVersionUID:
- 20201201L
-
Serialized Fields
-
x
double x
The x-coordinate. -
y
double y
The y-coordinate.
-
-
Class org.djutils.draw.point.Point3d extends Object implements Serializable
- serialVersionUID:
- 20201201L
-
Serialized Fields
-
x
double x
The x-coordinate. -
y
double y
The y-coordinate. -
z
double z
The z-coordinate.
-
-
-
Package org.djutils.draw.surface
-
Class org.djutils.draw.surface.Polygon2d extends PolyLine2d implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.djutils.draw.volume
-
Class org.djutils.draw.volume.Volume3d extends Object implements Serializable
- serialVersionUID:
- 1L
-