Class TBGRACoordPool3D
Unit
Declaration
type TBGRACoordPool3D = class(TBGRAGenericPool)
Description
Array of 3D coordinates for batch computation
Hierarchy
- TObject
- TBGRAGenericPool
- TBGRACoordPool3D
Overview
Methods
constructor Create(ACapacity: integer); |
|
function GetUsed(AElement: integer): boolean; override; |
|
procedure ComputeWithMatrix(const AMatrix: TMatrix3D; const AProjection: TProjection3D); |
|
procedure Remove(AIndex: integer); |
|
procedure SetUsed(AElement: integer; AUsed: boolean); override; |
Properties
property CoordData[AIndex: integer]: PBGRACoordData3D read GetCoordData; |
Description
Methods
constructor Create(ACapacity: integer); |
|
This item has no description. |
function GetUsed(AElement: integer): boolean; override; |
|
This item has no description. |
procedure ComputeWithMatrix(const AMatrix: TMatrix3D; const AProjection: TProjection3D); |
|
This item has no description. |
procedure Remove(AIndex: integer); |
|
This item has no description. |
procedure SetUsed(AElement: integer; AUsed: boolean); override; |
|
This item has no description. |
Properties
property CoordData[AIndex: integer]: PBGRACoordData3D read GetCoordData; |
|
This item has no description. |