Class TMatrix4List
Unit
Declaration
type TMatrix4List = class(specialize TStructList<TMatrix4>)
Description
List of TMatrix4. Note that the notification mechanism (OnNotify) is broken here by routines like AddRange and AddSubRange (for maximum speed).
Hierarchy
- TObject
- TList
- TStructList
- TMatrix4List
Overview
Methods
procedure AddRange(const Source: TMatrix4List); |
|
procedure AddSubRange(const Source: TMatrix4List; const Index, AddCount: Integer); |
|
procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<TMatrix4>; const Index1, Index2, ACount: TListSize); override; |
|
function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
procedure AddRange(const Source: TMatrix4List); |
|
This item has no description. |
procedure AddSubRange(const Source: TMatrix4List; const Index, AddCount: Integer); |
|
This item has no description. |
procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<TMatrix4>; const Index1, Index2, ACount: TListSize); override; |
|
This item has no description. |
function Equals(SecondValue: TObject): boolean; override; |
|
Does the SecondValue have equal length and content. The values are compared with an Epsilon tolerance, as usual for floating-point values. |
Generated by PasDoc 0.16.0-snapshot.