Skip to main content

Cube

Constructs a cube.

Syntax

cube()
cube(Real)
cube(Point, Real)

Description

Constructs a cube centered at the origin with edges of length 1.

calc.cube1.calc.png
calc.cube1.plotter0.calc.png

Given a real cc, constructs a cube centered at the origin with edges of length cc.

calc.cube2.calc.png
calc.cube2.plotter0.calc.png

Given a point PP and a real cc, constructs a cube centered at PP with edges of length cc.

calc.cube3.calc.png
calc.cube3.plotter0.calc.png