Previous Up Next

27.8.2  Regular polygons in space

See Section 26.9.2 for regular polygons in the plane.

The isopolygon command creates regular polygons in space.

Examples

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

Previous Up Next