Class TVector3DoubleList

Unit

Declaration

type TVector3DoubleList = class(specialize TStructList<TVector3Double>)

Description

List of TVector3Double.

Source: src/base/castlevectors_lists_double.inc (line 42).

Hierarchy

Overview

Methods

Public function ToVector3: TVector3List;
Public procedure AssignLerp(const Fraction: Double; const V1, V2: TVector3DoubleList);
Public function Equals(SecondValue: TObject): boolean; override;
Public function PerfectlyEquals(SecondValue: TObject): boolean;

Description

Methods

Public function ToVector3: TVector3List;

This item has no description.

Source: src/base/castlevectors_lists_double.inc (line 44).

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

Assign linear interpolation between two other vector arrays.

Exceptions raised
EListsDifferentCount
If V1 and V2 have different count.

Source: src/base/castlevectors_lists_double.inc (line 48).

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: src/base/castlevectors_lists_double.inc (line 53).

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: src/base/castlevectors_lists_double.inc (line 57).


Generated by PasDoc 0.17.0.snapshot.