Record TCL3Biversor12

Unit

Declaration

type TCL3Biversor12 = 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: TCL3Biversor12): TCL3Bivector;

Description

Methods

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

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


Generated by PasDoc 1.0.4.