Previous Up Next

14.8.2  Rhombuses in space: rhombus

See Section 13.9.2 for rhombuses in the plane.

The rhombus command returns and draws a rhombus. It takes it arguments in different ways.

Three points:


Example.
Input:

A:= point(0,0,0);
B:= point(3,3,3);
P:= point(0,0,3)
rhombus(A,B,P)

Output:


Three points and a real number.


Examples.


Previous Up Next