Record TR2VectorHelper
Unit
Declaration
type TR2VectorHelper = record helper for TR2Vector
Description
Record helper for TR2Vector providing additional operations specific to 2-component real vectors.
Overview
Methods
| Public | function Dot(const AVector: TR2Vector): double; |
| Public | function ToString: string; |
| Public | function ToString(APrecision, ADigits: longint): string; |
Description
Methods
| Public | function Dot(const AVector: TR2Vector): double; |
|
Returns the dot product of two 2-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.