Record TR2Versor1

Unit

Declaration

type TR2Versor1 = record

Description

Represents the basis vector e₁ of ℝ². Acts as a compile-time constant unit vector along the first axis of the 2D real space. Multiplying a scalar by this record yields a TR2Vector scaled along e₁.

Overview

Methods

Public class operator *(const AValue: double; const ASelf: TR2Versor1): TR2Vector;

Description

Methods

Public class operator *(const AValue: double; const ASelf: TR2Versor1): TR2Vector;

Returns the vector AValue · e₁ in ℝ².


Generated by PasDoc 1.0.4.