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 , constructs a tetrahedron centered at the origin with edges of length .
Given a point and a real , constructs a tetrahedron centered at with edges of length .
Constructs a tetrahedron centered at the origin with edges of length 1.