Cog3DVect3F ComputeDistance Method Cognex VisionPro 9.7
Compute the distance of this Cog3DVect3F from the supplied other.

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

public float ComputeDistance(
	Cog3DVect3F other
)

Return Value

Type: Single
The computed distance.
See Also