Origin3D


class Origin3D


A structure representing the starting point (x, y, z) of a 3D region.

Summary

Public constructors

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

Public properties

Int

The x coordinate.

Int

The y coordinate.

Int

The z coordinate.

Public constructors

Origin3D

Added in 1.0.0-alpha01
Origin3D(x: Int = 0, y: Int = 0, z: Int = 0)

Public properties

x

Added in 1.0.0-alpha01
var xInt

The x coordinate.

y

Added in 1.0.0-alpha01
var yInt

The y coordinate.

z

Added in 1.0.0-alpha01
var zInt

The z coordinate.