XWraps

org.nlogo.agent.XWraps
trait XWraps extends Topology

Attributes

Source
Topology.scala
Graph
Supertypes
trait Topology
trait Neighbors
class Object
trait Matchable
class Any
Known subtypes
class Torus
class Torus3D
class VertCylinder

Members list

Value members

Concrete methods

protected def diffuseXBorder(amount: Double, vn: Int, fourWay: Boolean, scratch: Array[Array[Double]]): Unit

Attributes

Source
Topology.scala
override def wrapX(x: Double): Double

Attributes

Definition Classes
Source
Topology.scala

Inherited methods

def diffuse(amount: Double, vn: Int): Unit

Attributes

Inherited from:
Topology
Source
Topology.scala
def diffuse4(amount: Double, vn: Int): Unit

Attributes

Inherited from:
Topology
Source
Topology.scala

Attributes

Inherited from:
Topology
Source
Topology.scala

Attributes

Inherited from:
Topology
Source
Topology.scala
def getNeighbors(source: Patch): IndexedAgentSet

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getNeighbors4(source: Patch): IndexedAgentSet

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getRegion(initialX: Int, initialY: Int, initialR: Int): ArrayList[(Int, Int)]

Attributes

Inherited from:
Topology
Source
Topology.scala

Inherited and Abstract methods

def distanceWrap(dx: Double, dy: Double, x1: Double, y1: Double, x2: Double, y2: Double): Double

Attributes

Inherited from:
Topology
Source
Topology.scala
def getPE(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPN(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPNE(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPNW(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPS(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPSE(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPSW(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPW(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala

Attributes

Inherited from:
Topology
Source
Topology.scala

Attributes

Inherited from:
Topology
Source
Topology.scala
def towardsWrap(headingX: Double, headingY: Double): Double

Attributes

Inherited from:
Topology
Source
Topology.scala
def wrapY(y: Double): Double

Attributes

Inherited from:
Topology
Source
Topology.scala

Attributes

Inherited from:
Topology
Source
Topology.scala

Concrete fields

Attributes

Source
Topology.scala

Inherited fields

val world: World

Attributes

Inherited from:
Topology
Source
Topology.scala