Uses of Class
org.djutils.draw.DrawRuntimeException
Packages that use DrawRuntimeException
Package
Description
The line package provides an interface and different implementations for lines.
The djutils-draw point package provides a set of interfaces and implementations of Points.
The djutils-draw surface package provides an interface and different implementations for Areas.
-
Uses of DrawRuntimeException in org.djutils.draw.line
Methods in org.djutils.draw.line that throw DrawRuntimeExceptionModifier and TypeMethodDescriptiondefault L
PolyLine.offsetLine
(double offset) Construct an offset PolyLine.LineSegment3d.project()
-
Uses of DrawRuntimeException in org.djutils.draw.point
Methods in org.djutils.draw.point that throw DrawRuntimeExceptionModifier and TypeMethodDescriptionPoint2d.closestPointOnLine
(Point2d linePoint1, Point2d linePoint2) DirectedPoint2d.normalize()
DirectedPoint3d.normalize()
OrientedPoint3d.normalize()
Point.normalize()
Return a new Point with a distance of 1 to the origin.Point2d.normalize()
Point3d.normalize()
Point3d.project()
-
Uses of DrawRuntimeException in org.djutils.draw.surface
Methods in org.djutils.draw.surface that throw DrawRuntimeException