Record TR4VecQuantityHelper

Unit

Declaration

type TR4VecQuantityHelper = record helper for TR4VecQuantity

Description

Record helper for TR4VecQuantity providing additional operations specific to 4-component real quantity vectors. Only available when ADIMOFF is not defined.

Overview

Methods

Public function Dot(const AVector: TR4VecQuantity): TQuantity;

Description

Methods

Public function Dot(const AVector: TR4VecQuantity): TQuantity;

Returns the dot product of two 4-component real quantity vectors. Defined as u·v = u₁v₁ + u₂v₂ + u₃v₃ + u₄v₄. The resulting dimension is the product of the two operand dimensions.

Parameters
AVector
The right-hand operand.

Generated by PasDoc 1.0.4.