#include <DepthSortObj.h>
Definition at line 37 of file DepthSortObj.h.
[inline]
Definition at line 46 of file DepthSortObj.h.
References color, light_scale, npoints, NULL, and text.
[inline]
[inline]
color index.
Definition at line 42 of file DepthSortObj.h.
Referenced by DepthSortObject, and PSDisplayDevice::render.
distance from eye.
Definition at line 43 of file DepthSortObj.h.
Referenced by operator<, operator>, and PSDisplayDevice::render.
shading factor, also used to store text scale factor.
Definition at line 40 of file DepthSortObj.h.
Referenced by DepthSortObject, and PSDisplayDevice::render.
number of points (1, 2, 3, or 4 for quads).
Definition at line 41 of file DepthSortObj.h.
Referenced by DepthSortObject, and PSDisplayDevice::render.
vertices used to draw points, lines, quads, etc.
Definition at line 39 of file DepthSortObj.h.
Referenced by PSDisplayDevice::render.
text to print, if a text object.
Definition at line 44 of file DepthSortObj.h.
Referenced by DepthSortObject, and PSDisplayDevice::render.