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

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

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

Parameters

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