Cog3DEulerZYXMovingAxes Constructor Cognex VisionPro
Construct this Cog3DEulerZYXMovingAxes with the supplied components.

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

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

Parameters

angleX
Type: System Double
The 'X' component of the Cog3DEulerZYXMovingAxes (rotation about the moving X axis in radians).
angleY
Type: System Double
The 'Y' component of the Cog3DEulerZYXMovingAxes (rotation about the moving Y-axis in radians).
angleZ
Type: System Double
The 'Z' component of the Cog3DEulerZYXMovingAxes (rotation about the moving Z-axis in radians).
See Also