| Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Unit defining the classes TShape, TCylindricalShape, and TRectangularShape.
| Name | Description |
|---|---|
Class TShape |
Abstract base class used by all geometric shapes. |
Class TRectangularShape |
Class implementing a rectangular shape. |
Class TCylindricalShape |
Class implementing a cylindrical shape. |
Class TShapeList |
Container class for TShapes. |
| Name | Description |
|---|---|
TShapeType |
Shape types.
|
TVectorArray = array of TVector; |
Array of TVectors. |
TShapeArray = array of TShape; |
Array of TShapes. |