Previous Up Next

27.8.3  General polygons in space

See Section 26.9.3 for general polygons in the plane.

The polygon command creates general polygons in space.

Example

A,B,C,D,E:=point(0,0,0),point(3,3,3),point(0,0,3),point(-3,-3,0),point(-3,-3,-3); polygon(A,B,C,D,E)

Previous Up Next