SOR: sor { NUM_POINTS, POINT_LIST [open] [SOR_MODIFIERS] } SOR_MODIFIERS: [sturm [BOOL]] & [UV_MAPPING] & [OBJECT_MODIFIERS]See also:
This object is obtained by rotating the area between -axes and the cubic polynomial from to through the points , , and around the -axes. The point and are thus only control points.
See also:
Advantage of sor
over lathe
is that the intersection test
for sor
needs to solve a cubic polynomial whereas that for lathe
needs to solve a polynomial of degree 6, which means quite a lot more work.
Andreas Kriegl 2003-07-23