Class TVector4List
Unit
Declaration
type TVector4List = class(specialize TStructList<TVector4>)
Description
List of TVector4. Note that the notification mechanism (OnNotify) is broken here by routines like AddRange and AddSubRange (for maximum speed).
Source: base/castlevectors_lists.inc (line 118).
Hierarchy
- TObject
- TList
- TStructList
- TVector4List
Overview
Methods
| Public | procedure AddRange(const Source: TVector4List); overload; |
| Public | procedure AddSubRange(const Source: TVector4List; const Index, AddCount: Integer); |
| Public | procedure AddListRange(const Source: TVector4List; const Index, AddCount: Integer); deprecated 'use AddSubRange'; |
| Public | procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<TVector4>; const Index1, Index2, ACount: TListSize); override; |
| Public | function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
| Public | procedure AddRange(const Source: TVector4List); overload; |
|
This item has no description. | |
| Public | procedure AddSubRange(const Source: TVector4List; const Index, AddCount: Integer); |
|
This item has no description. | |
| Public | procedure AddListRange(const Source: TVector4List; const Index, AddCount: Integer); deprecated 'use AddSubRange'; |
|
Warning: this symbol is deprecated: use AddSubRange This item has no description. | |
| Public | procedure AssignLerpRange(const Fraction: Single; const V1, V2: specialize TStructList<TVector4>; const Index1, Index2, ACount: TListSize); override; |
|
This item has no description. | |
| Public | 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.17.0.snapshot.