Returns the scalar product of the two vectors. If the dot product would be greater than 1, the function returns 1.
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: FMX.RS.Graphics
Delphi |
function RSVectorAngleCosine(const v1, v2: TRSVector): Single; |
Parameters
v1
Type: System.Void
v2
Type: System.Void
Type: Single