Previous Up Next

14.7.1  Drawing triangles in space: triangle

See Section 13.8.1 for the triangle command in the plane.

The triangle command creates triangles.


Example.
Input:

A:= point(0,0,0); B:= point(3,3,3); C:= point(0,3,0)
triangle(A,B,C)

Output:


Previous Up Next