Cog3DPlane Constructor (Cog3DVect3, Cog3DVect3, Cog3DVect3)Cognex VisionPro 9.10
Constructs a plane using the specified 3 points. If the 3 points are collinear or coincident, then the plane is degenerate, else constructs a plane with a normal determined by (pointB3D - pointA3D) crossProduct (pointC3D - pointA3D).

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

public Cog3DPlane(
	Cog3DVect3 pointA3D,
	Cog3DVect3 pointB3D,
	Cog3DVect3 pointC3D
)
See Also