Previous Up Next

25.7.4  Parallelograms in space

See Section 24.8.4 for parallelograms in the plane.

The parallelogram command creates parallelograms in space.

Examples

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

−3,−3,0
          

Previous Up Next