Previous Up Next

13.8.5  Arbitrary quadrilaterals in space: quadrilateral

See section 12.9.5 for quadrilaterals in the plane.

The quadrilateral command takes as arguments four points.
quadrilateral returns and draws the quadrilateral whose vertices are the given points.
Input:

quadrilateral(point(0,0,0),point(0,1,0),point(0,2,2),point(1,0,2))

Output:


Previous Up Next