Record TR4Versor4

Unit

Declaration

type TR4Versor4 = record

Description

Represents the basis vector e₄ of ℝ⁴. Acts as a compile-time constant unit vector along the fourth axis of the 4D real space. Multiplying a scalar by this record yields a TR4Vector scaled along e₄.

Overview

Methods

Public class operator *(const AValue: double; const ASelf: TR4Versor4): TR4Vector;

Description

Methods

Public class operator *(const AValue: double; const ASelf: TR4Versor4): TR4Vector;

Returns the vector AValue · e₄ in ℝ⁴.


Generated by PasDoc 1.0.4.