IntVolumeOffset

class IntVolumeOffset


Represents the offset of an object in 3D space.

Summary

Public companion properties

IntVolumeOffset

A IntVolumeOffset with all offsets set to 0.

Public constructors

IntVolumeOffset(x: Int, y: Int, z: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int
Int
Int

Public companion properties

Zero

Added in 1.0.0-alpha09
val ZeroIntVolumeOffset

A IntVolumeOffset with all offsets set to 0.

Public constructors

IntVolumeOffset

Added in 1.0.0-alpha09
IntVolumeOffset(x: Int, y: Int, z: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

x

Added in 1.0.0-alpha09
val xInt

y

Added in 1.0.0-alpha09
val yInt

z

Added in 1.0.0-alpha09
val zInt