Sized

model.entities.Sized
trait Sized

Trait for entities that have physical dimensions.

Defines the size properties that determine how much space an entity occupies in the simulation world. Used in conjunction with position for collision detection and spatial calculations.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Collidable
trait Game
class RouletteGame
class Wall
Show all

Members list

Value members

Abstract fields

val height: Double
val width: Double