Continuous

@Serializable
@SerialName(value = "Continuous")
data class Continuous(val name: String, val xMin: Double, val xMax: Double, val yMin: Double, val yMax: Double, val torus: Boolean = false) : SpatialSpaceDescriptor(source)

A 2D continuous (Euclidean) space with the given bounds. torus wraps motion at the edges.

Constructors

Link copied to clipboard
constructor(name: String, xMin: Double, xMax: Double, yMin: Double, yMax: Double, torus: Boolean = false)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard