WorldDimensions

org.nlogo.core.WorldDimensions
case class WorldDimensions(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, patchSize: Double, wrappingAllowedInX: Boolean, wrappingAllowedInY: Boolean)

Attributes

Source
WorldDimensions.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Constructors

def this(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int)

Attributes

Source
WorldDimensions.scala

Concrete methods

def height: Int

Attributes

Source
WorldDimensions.scala
def width: Int

Attributes

Source
WorldDimensions.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product