Class TVector4DoubleList

Unit

Declaration

type TVector4DoubleList = class(specialize TStructList<TVector4Double>)

Description

List of TVector4Double.

Hierarchy

Overview

Methods

Public function ToVector4: TVector4List;
Public procedure AssignLerp(const Fraction: Double; const V1, V2: TVector4DoubleList);
Public function Equals(SecondValue: TObject): boolean; override;
Public function PerfectlyEquals(SecondValue: TObject): boolean;

Description

Methods

Public function ToVector4: TVector4List;

This item has no description.

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

Assign linear interpolation between two other vector arrays.

Exceptions raised
EListsDifferentCount
If V1 and V2 have different count.
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.16.0-snapshot.