Cog3DEulerXYZ Constructor Cognex VisionPro
Construct this Cog3DEulerXYZ (EulerXYZ of fixed axes) with the supplied components.

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

public Cog3DEulerXYZ(
	double angleX,
	double angleY,
	double angleZ
)

Parameters

angleX
Type: System Double
The 'X' component of the Cog3DEulerXYZ (rotation about the fixed x-axis in radians).
angleY
Type: System Double
The 'Y' component of the Cog3DEulerXYZ (rotation about the fixed y-axis in radians).
angleZ
Type: System Double
The 'Z' component of the Cog3DEulerXYZ (rotation about the fixed z-axis in radians).
See Also