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

Overview

Methods

Public function IndexOfNode(Node: TClipPlaneNode): Integer;
Public function Equals(SecondValue: TObject): boolean; override;

Description

Methods

Public function IndexOfNode(Node: TClipPlaneNode): Integer;

Find record with given TClipPlaneNode, returns -1 if not found.

Public function Equals(SecondValue: TObject): boolean; override;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.