Class TClipPlaneList
Unit
Declaration
type TClipPlaneList = class(specialize TStructList<TClipPlane>)
Description
This item has no description. Showing description inherited from TStructList.
List of structures. This is just TList class from Generics.Collections, with some useful helpers.
Hierarchy
- TObject
- TList
- TStructList
- TClipPlaneList
Overview
Methods
|  | function IndexOfNode(Node: TClipPlaneNode): Integer; | 
|  | function Equals(SecondValue: TObject): boolean; override; | 
Description
Methods
|  | function IndexOfNode(Node: TClipPlaneNode): Integer; | 
| Find record with given TClipPlaneNode, returns -1 if not found. | |
|  | function Equals(SecondValue: TObject): boolean; override; | 
| This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.