VertCylinder

org.nlogo.agent.VertCylinder
class VertCylinder(world2d: World2D) extends Topology, XWraps, YBlocks

Attributes

Source
VertCylinder.scala
Graph
Supertypes
trait YBlocks
trait XWraps
trait Topology
trait Neighbors
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
Source
VertCylinder.scala
override def followOffsetY: Double

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPE(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPN(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPNE(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPNW(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPS(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPSE(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPSW(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def getPW(source: Patch): Patch

Attributes

Definition Classes
Source
VertCylinder.scala
override def shortestPathX(x1: Double, x2: Double): Double

Attributes

Definition Classes
Source
VertCylinder.scala
override def shortestPathY(y1: Double, y2: Double): Double

Attributes

Definition Classes
Source
VertCylinder.scala
override def towardsWrap(headingX: Double, headingY: Double): Double

Attributes

Definition Classes
Source
VertCylinder.scala
override def wrapX(x: Double): Double

Attributes

Definition Classes
Source
VertCylinder.scala
override def wrapY(y: Double): Double

Attributes

Definition Classes
Source
VertCylinder.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
protected def diffuseXBorder(amount: Double, vn: Int, fourWay: Boolean, scratch: Array[Array[Double]]): Unit

Attributes

Inherited from:
XWraps
Source
Topology.scala
override def diffuseYBorder(amount: Double, vn: Int, fourWay: Boolean, scratch: Array[Array[Double]]): Unit

Attributes

Definition Classes
Inherited from:
YBlocks
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 fields

val world: World

Attributes

Inherited from:
Topology
Source
Topology.scala

Attributes

Inherited from:
XWraps
Source
Topology.scala

Attributes

Inherited from:
YBlocks
Source
Topology.scala