ICogImage16RangeLegacy SetPixelFromRoot3D Method Cognex VisionPro 9.10

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

void SetPixelFromRoot3D(
	double M00,
	double M01,
	double M02,
	double M10,
	double M11,
	double M12,
	double M20,
	double M21,
	double M22,
	double TX,
	double TY,
	double TZ
)

Parameters

M00
Type: System Double
M01
Type: System Double
M02
Type: System Double
M10
Type: System Double
M11
Type: System Double
M12
Type: System Double
M20
Type: System Double
M21
Type: System Double
M22
Type: System Double
TX
Type: System Double
TY
Type: System Double
TZ
Type: System Double
See Also