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