Previous Up Next

25.8.2  Regular polygons in space

See Section 24.9.2 for regular polygons in the plane.

The isopolygon command creates regular polygons in space.

Examples

A:=point(0,0,0); B:=point(3,3,3); P:=point(0,0,3); isopolygon(A,B,P,5)
isopolygon(A,B,P,-5)

Previous Up Next