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.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- pointA3D
- Type: Cognex.VisionPro3D Cog3DVect3
One of the 3 points used to define this plane.
- pointB3D
- Type: Cognex.VisionPro3D Cog3DVect3
One of the 3 points used to define this plane.
- pointC3D
- Type: Cognex.VisionPro3D Cog3DVect3
One of the 3 points used to define this plane.
See Also