Cog3DVect3 ComputeCrossProduct Method Cognex VisionPro
Compute the cross product of this Cog3DVect3 with the supplied other.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public Cog3DVect3 ComputeCrossProduct(
	Cog3DVect3 other
)

Return Value

Type: Cog3DVect3
The computed cross product vector.
See Also