TResult Point Helpers .cross Product Z Method
Returns the z component of the cross product between vectors BC and BA.
class function crossProductZ(const pointA: IResultPoint; const pointB: IResultPoint; const pointC: IResultPoint): Single
Parameters
- pointA
- Type: ZXing.ResultPoint.IResultPoint
- pointB
- Type: ZXing.ResultPoint.IResultPoint
- pointC
- Type: ZXing.ResultPoint.IResultPoint
Return Value
Type: System.Single