Returns the norm of the current vector. The length is computed as sum of the squares of the vector components (i.e., X*X + Y*Y).
Note |
---|
This function is provided for compatibility with earlier versions of Delphi which did not support methods on a record type. Use this function if you want your code to support older as well as newer versions of Delphi. |
Namespace: RSGraphics
Delphi |
function RSVectorNorm(const V: TRSVector): Single; inline; |
Parameters
V
Type: System.Void
Type: Single