Cog3DQuaternion Constructor Cognex VisionPro 9.20
Construct this Cog3DQuaternion with the supplied W,X,Y,Z values.

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

public Cog3DQuaternion(
	double initialW,
	double initialX,
	double initialY,
	double initialZ
)

Parameters

initialW
Type: System Double
The initial W value.
initialX
Type: System Double
The initial X value.
initialY
Type: System Double
The initial Y value.
initialZ
Type: System Double
The initial Z value.
See Also