Record TCL3Versor2

Unit

Declaration

type TCL3Versor2 = record

Description

Represents the basis vector e₂ of Cl(3,0). Acts as a compile-time constant unit vector along the second axis. Multiplying a scalar by this record yields a grade-1 vector scaled along e₂.

Overview

Methods

Public class operator *(const AValue: double; const ASelf: TCL3Versor2): TCL3Vector;

Description

Methods

Public class operator *(const AValue: double; const ASelf: TCL3Versor2): TCL3Vector;

Returns the vector AValue · e₂. AValue * e₂ = (0, 0, AValue, 0, ...)


Generated by PasDoc 1.0.4.