Cube
Constructs a cube.
Syntax
cube()
cube(Real)
cube(Point, Real)
Description
Constructs a cube centered at the origin with edges of length 1.
Given a real , constructs a cube centered at the origin with edges of length .
Given a point and a real , constructs a cube centered at with edges of length .