io.github.srs.model.entity.staticentity.StaticEntity.Boundary
See theBoundary companion object
final case class Boundary(id: UUID, pos: Point2D, orient: Orientation, width: Double, height: Double) extends StaticEntity
The StaticEntity.Boundary represents a rectangular boundary in the simulation environment.
Value parameters
- height
-
height of the boundary
- orient
-
orientation of the boundary
- pos
-
center position of the boundary
- width
-
width of the boundary
Attributes
- Companion
- object
Members list
In this article