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.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- point3D
- Type: Cognex.VisionPro3D Cog3DVect3
The point to use for computing the distance.
Return Value
Type: DoubleThe signed distance from this plane to the specified point.
See Also