io.github.srs.model.StaticEntity
See theStaticEntity companion object
Represents a static entity in a two-dimensional space.
A static entity is characterized by its position, orientation, and shape.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
-
Known subtypes
-
Members list
The Light represents a light source in the simulation environment.
The Light represents a light source in the simulation environment.
Value parameters
-
attenuation
-
attenuation factor of the light
-
intensity
-
intensity of the light
-
orient
-
orientation of the light
-
pos
-
center position of the light
-
radius
-
radius of the light's influence
Attributes
The Obstacle represents a rectangular obstacle in the simulation environment.
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