Cog3DPlane ProjectVectorOntoPlane Method Cognex VisionPro 9.7
Computes the vector resulting from projecting the specified vector onto this plane.

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

public Cog3DVect3 ProjectVectorOntoPlane(
	Cog3DVect3 vector3D
)

Parameters

vector3D
Type: Cognex.VisionPro3D Cog3DVect3
The vector to be projected onto this plane.

Return Value

Type: Cog3DVect3
The vector resulting from projecting the specified vector onto this plane.
See Also