Tetrahedron Constructs a tetrahedron centered at the desired point and with a given edge's length. Syntax tetrahedron(Real) tetrahedron(Point, Real) tetrahedron() Description tetrahedron(Real) Given a real , constructs a tetrahedron centered at the origin with edges of length . tetrahedron(Point, Real) Given a point and a real , constructs a tetrahedron centered at with edges of length . tetrahedron() Constructs a tetrahedron centered at the origin with edges of length 1. Related functions Cube, Icosahedron, Octahedron Table of Contents Syntax Description Related functions