Previous Up Next

27.7.5  Arbitrary quadrilaterals in space

See Section 26.8.5 for quadrilaterals in the plane.

The quadrilateral command creates arbitrary quadrilaterals.

Example

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

Previous Up Next