Class TMatrix4DoubleList
Unit
Declaration
type TMatrix4DoubleList = class(specialize TStructList<TMatrix4Double>)
Description
List of TMatrix4Double.
Hierarchy
- TObject
- TList
- TStructList
- TMatrix4DoubleList
Overview
Methods
function ToMatrix4: TMatrix4List; |
|
procedure AssignLerp(const Fraction: Double; const V1, V2: TMatrix4DoubleList); |
|
function Equals(SecondValue: TObject): boolean; override; |
|
function PerfectlyEquals(SecondValue: TObject): boolean; |
Description
Methods
function ToMatrix4: TMatrix4List; |
|
This item has no description. |
procedure AssignLerp(const Fraction: Double; const V1, V2: TMatrix4DoubleList); |
|
Assign linear interpolation between two other vector arrays. Exceptions raised
|
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. |
function PerfectlyEquals(SecondValue: TObject): boolean; |
|
Does the SecondValue have equal length and content. The values are compared perfectly, without any tolerance for difference. |
Generated by PasDoc 0.16.0-snapshot.