27.9.2 Ellipses in space
See Section
26.11.1
for ellipses in the plane.
The
ellipse
command creates ellipses in space.
ellipse
takes three arguments:
A
,
B
,
C
three non-collinear points.
ellipse(
A
,
B
,
C
)
returns and draws the ellipse with foci
A
and
B
passing through
C
.
Example
ellipse
(
point
(-1,0,0),
point
(1,0,0),
point
(1,1,1))