trait Topology3D extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Topology3D
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def distanceWrap(dx: Double, dy: Double, dz: Double, x1: Double, y1: Double, z1: Double, x2: Double, y2: Double, z2: Double): Double
- abstract def getNeighbors3d(source: Patch3D): IndexedAgentSet
- abstract def getNeighbors6(source: Patch3D): IndexedAgentSet
- abstract def getPED(source: Patch3D): Patch
- abstract def getPEU(source: Patch3D): Patch
- abstract def getPND(source: Patch3D): Patch
- abstract def getPNED(source: Patch3D): Patch
- abstract def getPNEU(source: Patch3D): Patch
- abstract def getPNU(source: Patch3D): Patch
- abstract def getPNWD(source: Patch3D): Patch
- abstract def getPNWU(source: Patch3D): Patch
- abstract def getPSD(source: Patch3D): Patch
- abstract def getPSED(source: Patch3D): Patch
- abstract def getPSEU(source: Patch3D): Patch
- abstract def getPSU(source: Patch3D): Patch
- abstract def getPSWD(source: Patch3D): Patch
- abstract def getPSWU(source: Patch3D): Patch
- abstract def getPWD(source: Patch3D): Patch
- abstract def getPWU(source: Patch3D): Patch
-
abstract
def
getPatchAt(xc: Double, yc: Double, zc: Double): Patch
- Annotations
- @throws( classOf[AgentException] )
- abstract def observerZ: Double
- abstract def shortestPathZ(z1: Double, z2: Double): Double
- abstract def towardsPitchWrap(dx: Double, dy: Double, dz: Double): Double
- abstract def wrapZ(z: Double): Double
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )