Cube

constructor()

A cube with length 1


constructor(size: Double)

A cube with length size.


constructor(x: Double, y: Double, z: Double)

A cuboid of any size aligned with the axes.


constructor(size: Vector3)