Record TR2VecQuantityHelper

Unit

Declaration

type TR2VecQuantityHelper = record helper for TR2VecQuantity

Description

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

Overview

Methods

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

Description

Methods

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

Returns the dot product of two 2-component real quantity vectors. Defined as 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.