Cog3DVect3F ComputeDotProduct Method Cognex VisionPro 9.25 SR1
Compute the dot product of this Cog3DVect3F with the supplied other.

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

public float ComputeDotProduct(
	Cog3DVect3F other
)

Return Value

Type: Single
The computed dot product.
See Also