Record TR3Versor3

Unit

Declaration

type TR3Versor3 = record

Description

Represents the basis vector e₃ of ℝ³. Acts as a compile-time constant unit vector along the third axis of the 3D real space. Multiplying a scalar by this record yields a TR3Vector scaled along e₃.

Overview

Methods

Public class operator *(const AValue: double; const ASelf: TR3Versor3): TR3Vector;

Description

Methods

Public class operator *(const AValue: double; const ASelf: TR3Versor3): TR3Vector;

Returns the vector AValue · e₃ in ℝ³.


Generated by PasDoc 1.0.4.