| Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Unit defining the classes necessary for creating horizontal slices of an arena.
| Name | Description |
|---|---|
Class TSlice |
Abstract base used for all types of slice classes. |
Class TPolygonalSlice |
Class implementing a slice of an object with arbititrary number of of corners (the result being a polygon). |
Class TCircularSlice |
Class implementing a slice of a cylindrical shape (with the result being a circle). |
Class TSliceList |
Container class for TSlices. |
| Name | Description |
|---|---|
TSliceArray = array of TSlice; |
Array of TSlices. |