Cog3DVect3 Constructor Cognex VisionPro 9.10
Construct this Cog3DVect3 with the supplied X,Y,Z values.

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

public Cog3DVect3(
	double initialX,
	double initialY,
	double initialZ
)

Parameters

initialX
Type: System Double
The initial X value.
initialY
Type: System Double
The initial Y value.
initialZ
Type: System Double
The initial Z value.
See Also