Previous Up Next

25.8.3  General polygons in space

See Section 24.9.3 for general polygons in the plane.

The polygon command creates general polygons in space.

Example

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

Previous Up Next