CogCoordinateSpaceAngleNormalizationModeConstants EnumerationCognex VisionPro
Determines if a CogCoordinateSpaceAngle value rolls over at zero, 180, or never.

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

public enum CogCoordinateSpaceAngleNormalizationModeConstants
Members

  Member nameValueDescription
None0 Angle is not normalized.
Signed1 Angle range is [-180, 180). Values outside this range will be normalized to the equivalent measurement within this range.
Unsigned2 Angle range is [0, 360). Values outside this range will be normalized to the equivalent measurement within this range.
See Also