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