Vect2 ComputeCrossProduct Method Cognex VisionPro 9.23

Compute the cross product of this Vect2 with the supplied other.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public double ComputeCrossProduct(
	Vect2 other
)

Return Value

Type: Double

The computed cross product vector.

See Also