Cog3DPlane ComputeSignedDistance Method Cognex VisionPro 9.5
Computes the signed distance from this plane to the specified point. The distance is positive if the point is on the same side of the plane as the normal.

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

public double ComputeSignedDistance(
	Cog3DVect3 point3D
)

Parameters

point3D
Type: Cognex.VisionPro3D Cog3DVect3
The point to use for computing the distance.

Return Value

Type: Double
The signed distance from this plane to the specified point.
See Also