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

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

public double ComputeDistance(
	Cog3DVect3 other
)

Return Value

Type: Double
The computed distance.
See Also