Wall

data class Wall(val id: Int = 0, val size: Float3 = Float3(), val position: Float3 = Float3())

Wall object representation that contains the information about the walls in the floor

Parameters

id

the id of the wall

size

the size of the wall

position

the position of the wall

Constructors

Link copied to clipboard
constructor(id: Int = 0, size: Float3 = Float3(), position: Float3 = Float3())

Creates a wall object with the given parameters

Properties

Link copied to clipboard
val id: Int = 0
Link copied to clipboard
val position: Float3
Link copied to clipboard
val size: Float3