Skip to main content

Tetrahedron

Constructs a tetrahedron centred at the desired point and with a given edge's length.

Syntax

tetrahedron(Real)
tetrahedron(Point, Real)
tetrahedron()

Description

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

calc.tetrahedron1.calc.png
calc.tetrahedron1.plotter0.calc.png

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

calc.tetrahedron2.calc.png
calc.tetrahedron2.plotter0.calc.png

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

calc.tetrahedron3.calc.png
calc.tetrahedron3.plotter0.calc.png