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

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

public Cog3DEulerZYZMovingAxes(
	double angleZ,
	double angleY,
	double angleZMovedAxis
)

Parameters

angleZ
Type: System Double
The 'Z' component of the Cog3DEulerZYZMovingAxes (rotation about the original Z-axis in radians).
angleY
Type: System Double
The 'Y' component of the Cog3DEulerZYZMovingAxes (rotation about the moved Y-axis in radians).
angleZMovedAxis
Type: System Double
The 'ZMovedAxis' component of the Cog3DEulerZYZMovingAxes (rotation about the moved Z-axis in radians).
See Also