Record TCL3Biversor13

Unit

Declaration

type TCL3Biversor13 = record

Description

Represents the basis bivector e₁∧e₃ of Cl(3,0). Acts as a compile-time constant unit bivector in the e₁e₃ plane. Multiplying a scalar by this record yields a grade-2 bivector scaled along e₁∧e₃. Satisfies (e₁∧e₃)² = -1.

Overview

Methods

Public class operator *(const AValue: double; const ASelf: TCL3Biversor13): TCL3Bivector;

Description

Methods

Public class operator *(const AValue: double; const ASelf: TCL3Biversor13): TCL3Bivector;

Returns the bivector AValue · e₁∧e₃. AValue * e₁₃ = (0, ..., 0, AValue, 0, 0)


Generated by PasDoc 1.0.4.