Class TMatrix4DoubleList

Unit

Declaration

type TMatrix4DoubleList = class(specialize TStructList<TMatrix4Double>)

Description

List of TMatrix4Double.

Source: base/castlevectors_lists_double.inc (line 99).

Hierarchy

Overview

Methods

Public function ToMatrix4: TMatrix4List;
Public procedure AssignLerp(const Fraction: Double; const V1, V2: TMatrix4DoubleList);
Public function Equals(SecondValue: TObject): boolean; override;
Public function PerfectlyEquals(SecondValue: TObject): boolean;

Description

Methods

Public function ToMatrix4: TMatrix4List;

This item has no description.

Source: base/castlevectors_lists_double.inc (line 101).

Public procedure AssignLerp(const Fraction: Double; const V1, V2: TMatrix4DoubleList);

Assign linear interpolation between two other vector arrays.

Exceptions raised
EListsDifferentCount
If V1 and V2 have different count.

Source: base/castlevectors_lists_double.inc (line 105).

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.

Source: base/castlevectors_lists_double.inc (line 110).

Public function PerfectlyEquals(SecondValue: TObject): boolean;

Does the SecondValue have equal length and content. The values are compared perfectly, without any tolerance for difference.

Source: base/castlevectors_lists_double.inc (line 114).


Generated by PasDoc 0.17.0.snapshot.