org
.
nlogo
.
api
WorldDimensions3D
Related Docs:
object WorldDimensions3D
|
package api
class
WorldDimensions3D
extends
WorldDimensions
Source
WorldDimensions3D.scala
Linear Supertypes
WorldDimensions
,
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
WorldDimensions3D
WorldDimensions
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
WorldDimensions3D
(
minPxcor:
Int
,
maxPxcor:
Int
,
minPycor:
Int
,
maxPycor:
Int
,
minPzcor:
Int
,
maxPzcor:
Int
,
patchSize:
Double
=
12.0
,
wrappingAllowedInX:
Boolean
=
true
,
wrappingAllowedInY:
Boolean
=
true
,
wrappingAllowedInZ:
Boolean
=
true
)
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copy
(
minPxcor:
Int
,
maxPxcor:
Int
,
minPycor:
Int
,
maxPycor:
Int
,
minPzcor:
Int
,
maxPzcor:
Int
)
:
WorldDimensions3D
def
copyThreeD
(
minPxcor:
Int
=
minPxcor
,
maxPxcor:
Int
=
maxPxcor
,
minPycor:
Int
=
minPycor
,
maxPycor:
Int
=
maxPycor
,
minPzcor:
Int
=
minPzcor
,
maxPzcor:
Int
=
maxPzcor
,
patchSize:
Double
=
patchSize
,
wrappingAllowedInX:
Boolean
=
wrappingAllowedInX
,
wrappingAllowedInY:
Boolean
=
wrappingAllowedInY
,
wrappingAllowedInZ:
Boolean
=
wrappingAllowedInZ
)
:
WorldDimensions3D
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
height
:
Int
Definition Classes
WorldDimensions
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
maxPxcor
:
Int
Definition Classes
WorldDimensions
val
maxPycor
:
Int
Definition Classes
WorldDimensions
var
maxPzcor
:
Int
val
minPxcor
:
Int
Definition Classes
WorldDimensions
val
minPycor
:
Int
Definition Classes
WorldDimensions
var
minPzcor
:
Int
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
patchSize
:
Double
Definition Classes
WorldDimensions
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
WorldDimensions3D
→
WorldDimensions
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
width
:
Int
Definition Classes
WorldDimensions
val
wrappingAllowedInX
:
Boolean
Definition Classes
WorldDimensions
val
wrappingAllowedInY
:
Boolean
Definition Classes
WorldDimensions
val
wrappingAllowedInZ
:
Boolean
Inherited from
WorldDimensions
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped