Polyhedra torus
Constructs a polyhedra with the form of a torus.
Syntax
polyhedra_torus(Real, Real)
polyhedra_torus(Natural, Real, Real)
polyhedra_torus(Point, Real, Real)
polyhedra_torus(Natural, Point, Real, Real)
Description
Given two real and , constructs a polyhedra with the form of a torus of 20 sides, centered at the origin, where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is .
Given a natural and two real and , constructs a polyhedra with the form of a torus of sides, centered at the origin, where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is .
Given a point and two real and , constructs a polyhedra with the form of a torus of 20 sides, centered at , where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is .
Given a natural , a point and two real and , constructs a polyhedra with the form of a torus of sides, centered at , where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is .