Record TR4VectorHelper
Unit
Declaration
type TR4VectorHelper = record helper for TR4Vector
Description
Record helper for TR4Vector providing additional operations specific to 4-component real vectors.
Overview
Methods
| Public | function Dot(const AVector: TR4Vector): double; |
| Public | function ToString: string; |
| Public | function ToString(APrecision, ADigits: longint): string; |
Description
Methods
| Public | function Dot(const AVector: TR4Vector): double; |
|
Returns the dot product of two 4-component real vectors. Parameters
| |
| Public | function ToString: string; |
|
Converts the vector to its default string representation. | |
| Public | function ToString(APrecision, ADigits: longint): string; |
|
Converts the vector to a formatted string with controlled precision. Parameters
| |
Generated by PasDoc 1.0.4.