Returns the cross product of two vectors. Given two linearly independent vectors v1 and v2, the cross product, v1 × v2, is a vector that is perpendicular to both v1 and v2 and therefore normal to the plane containing them.
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 RSVectorCrossProductZ(const v1, v2: TRSVector): Single; inline; |
Parameters
v1
Type: System.Void
v2
Type: System.Void
Type: Single