5.3.1 Plane

The syntax of the plane object is:
PLANE:
  plane { NORMAL, DISTANCE [OBJECT_MODIFIERS] }
See also: This describes the plane (or better half-space) with surface normal NORMAL $ =\langle a_1,a_2,a_3\rangle$ and (signed) distance DISTANCE($ =d$) from 0 given by

$\displaystyle \{\langle X,Y,Z\rangle:a_1\cdot X+a_2\cdot Y+a_3\cdot Z\leq d \}.
$

Andreas Kriegl 2003-07-23