Class TMatrix3DoubleList
Unit
Declaration
type TMatrix3DoubleList = class(specialize TStructList<TMatrix3Double>)
Description
List of TMatrix3Double.
Source: base/castlevectors_lists_double.inc (line 80).
Hierarchy
- TObject
- TList
- TStructList
- TMatrix3DoubleList
Overview
Methods
| Public | function ToMatrix3: TMatrix3List; |
| Public | procedure AssignLerp(const Fraction: Double; const V1, V2: TMatrix3DoubleList); |
| Public | function Equals(SecondValue: TObject): boolean; override; |
| Public | function PerfectlyEquals(SecondValue: TObject): boolean; |
Description
Methods
| Public | function ToMatrix3: TMatrix3List; |
|
This item has no description. | |
| Public | procedure AssignLerp(const Fraction: Double; const V1, V2: TMatrix3DoubleList); |
|
Assign linear interpolation between two other vector arrays. Exceptions raised
| |
| 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. | |
| Public | 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.17.0.snapshot.