Uses of Interface
org.opentrafficsim.base.geometry.OtsBounds2d
Package
Description
Candidate classes for djutils-draw, used throughout OTS projects.
-
Uses of OtsBounds2d in org.opentrafficsim.base.geometry
Modifier and TypeClassDescriptionclass
Bounds defined by a rectangle.class
Bounds defined by a rounded rectangle.class
Bounds defined by a circle.class
Bounds defined by a polygon.class
Bounding rectangle; this is a non-centered box.Modifier and TypeMethodDescriptionstatic OtsBounds2d
ClickableBounds.get
(org.djutils.draw.bounds.Bounds<?, ?, ?> bounds) Creates bounds that are at least 2m of size in the x and y direction.OtsLocatable.getBounds()
Returns the bounds relative to the location.default OtsBounds2d
OtsBounds2d.intersection
(OtsBounds2d otherBounds) Modifier and TypeMethodDescriptiondefault OtsBounds2d
OtsBounds2d.intersection
(OtsBounds2d otherBounds) default boolean
OtsBounds2d.intersects
(OtsBounds2d otherBounds)