Previous Up Next

27.7.4  Parallelograms in space

See Section 26.8.4 for parallelograms in the plane.

The parallelogram command creates parallelograms in space.

Examples

A,B,C:=point(0,0,0),point(3,3,3),point(0,0,3); parallelogram(A,B,C)
parallelogram(A,B,C,D); coordinates(D)
     

−3,−3,0
          

Previous Up Next