zircon.core
/
org.hexworks.zircon.api.data
/
Size3D
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
create
Link copied to clipboard
common
@
JvmStatic
()
fun
create
(xLength:
Int
, yLength:
Int
, zLength:
Int
):
Size3D
Content copied to clipboard
Factory method for
Size3D
.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
from2DSize
Link copied to clipboard
common
@
JvmStatic
()
fun
from2DSize
(size:
Size
, zLength:
Int
= 0):
Size3D
Content copied to clipboard
Creates a new
Size3D
from a
Size
.
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
one
Link copied to clipboard
common
@
JvmStatic
()
fun
one
():
Size3D
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard