| Interface | Description | |
|---|---|---|
| IPrimitiveConsumer | Interface for containers capable of drawing primitives | |
| IPrimitiveProvider | Interface for objects that provide drawing primitives to the rendering process |
| Class | Description | |
|---|---|---|
| DrawBitmap | Unscaled bitmap drawing primitive | |
| DrawDisplayObject | Displayobject container drawing primitive. | |
| DrawFog | Fog drawing primitive | |
| DrawPrimitive | Abstract class for all drawing primitives | |
| DrawScaledBitmap | Scaled bitmap primitive | |
| DrawSegment | Line segment drawing primitive | |
| DrawSprite | 3D Sprite primitive | |
| DrawTriangle | Triangle drawing primitive | |
| PrimitiveQuadrantTreeNode | Quadrant tree node | |
| PrimitiveVolumeBlock | Volume block containing drawing primitives | |
| PrimitiveVolumeBlockNode | Volume block tree node | |
| ScreenVertex | representation of a 3d vertex resolved to the view. |