Vect2 ComputeCrossProduct Method Cognex VisionPro 9.22 SR1

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.22.2.0
Syntax

public double ComputeCrossProduct(
	Vect2 other
)

Return Value

Type: Double

The computed cross product vector.

See Also