DimensionManagement

org.nlogo.agent.DimensionManagement

Attributes

Source
DimensionManagement.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class World
class World2D
class World3D
Self type
WorldJ

Members list

Value members

Abstract methods

Concrete methods

def growMax(min: Int, max: Int, value: Int, d: Int): Int

Attributes

Source
DimensionManagement.scala
def growMin(min: Int, max: Int, value: Int, d: Int): Int

Attributes

Source
DimensionManagement.scala
def isDimensionVariable(variableName: String): Boolean

Attributes

Source
DimensionManagement.scala
def maxPxcor: Int

Attributes

Source
DimensionManagement.scala
def maxPxcorBoxed: Double

Attributes

Source
DimensionManagement.scala
def maxPycor: Int

Attributes

Source
DimensionManagement.scala
def maxPycorBoxed: Double

Attributes

Source
DimensionManagement.scala
def minPxcor: Int

Attributes

Source
DimensionManagement.scala
def minPxcorBoxed: Double

Attributes

Source
DimensionManagement.scala
def minPycor: Int

Attributes

Source
DimensionManagement.scala
def minPycorBoxed: Double

Attributes

Source
DimensionManagement.scala

Attributes

Source
DimensionManagement.scala
def patchSize(patchSize: Double): Boolean

Attributes

Source
DimensionManagement.scala

Attributes

Source
DimensionManagement.scala

Attributes

Source
DimensionManagement.scala
def worldHeightBoxed: Double

Attributes

Source
DimensionManagement.scala

Attributes

Source
DimensionManagement.scala
def worldWidthBoxed: Double

Attributes

Source
DimensionManagement.scala
def wrap(pos: Double, min: Double, max: Double): Double

Attributes

Source
DimensionManagement.scala

Attributes

Source
DimensionManagement.scala

Attributes

Source
DimensionManagement.scala
def wrapX(x: Double): Double

Attributes

Source
DimensionManagement.scala
def wrapY(y: Double): Double

Attributes

Source
DimensionManagement.scala

Abstract fields

Attributes

Source
DimensionManagement.scala

Concrete fields

var _maxPxcorBoxed: Double

Attributes

Source
DimensionManagement.scala
var _maxPycorBoxed: Double

Attributes

Source
DimensionManagement.scala
var _minPxcorBoxed: Double

Attributes

Source
DimensionManagement.scala
var _minPycorBoxed: Double

Attributes

Source
DimensionManagement.scala
var _worldHeightBoxed: Double

Attributes

Source
DimensionManagement.scala
var _worldWidthBoxed: Double

Attributes

Source
DimensionManagement.scala