Cog3DVect3F Constructor Cognex VisionPro 9.23
Construct this Cog3DVect3F with the supplied X,Y,Z values.

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

public Cog3DVect3F(
	float initialX,
	float initialY,
	float initialZ
)

Parameters

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