WorldDimensions3D

org.nlogo.core.WorldDimensions3D
See theWorldDimensions3D companion object
class WorldDimensions3D(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, var minPzcor: Int, var maxPzcor: Int, patchSize: Double, wrappingAllowedInX: Boolean, wrappingAllowedInY: Boolean, val wrappingAllowedInZ: Boolean) extends WorldDimensions

Attributes

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

Members list

Value members

Concrete methods

def copy(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, minPzcor: Int, maxPzcor: Int): WorldDimensions3D

Attributes

Source
WorldDimensions.scala
def copyThreeD(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, minPzcor: Int, maxPzcor: Int, patchSize: Double, wrappingAllowedInX: Boolean, wrappingAllowedInY: Boolean, wrappingAllowedInZ: Boolean): WorldDimensions3D

Attributes

Source
WorldDimensions.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Source
WorldDimensions.scala

Inherited methods

def height: Int

Attributes

Inherited from:
WorldDimensions
Source
WorldDimensions.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def width: Int

Attributes

Inherited from:
WorldDimensions
Source
WorldDimensions.scala

Concrete fields

var maxPzcor: Int

Attributes

Source
WorldDimensions.scala
var minPzcor: Int

Attributes

Source
WorldDimensions.scala