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

The offset along the x-axis.

Int

The offset along the y-axis.

Int

The offset along the z-axis.

Public companion properties

Zero

Added in 1.0.0-alpha13
val ZeroIntVolumeOffset

A IntVolumeOffset with all offsets set to 0.

Public constructors

IntVolumeOffset

Added in 1.0.0-alpha13
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-alpha13
val xInt

The offset along the x-axis.

y

Added in 1.0.0-alpha13
val yInt

The offset along the y-axis. The positive values in the y-axis point upwards and the negative values point downwards.

z

Added in 1.0.0-alpha13
val zInt

The offset along the z-axis.