CoordinateSpaceAngleNormalizationModeConstants EnumerationCognex VisionPro 9.21 SR1

Determines if a CoordinateSpaceAngle value rolls over at zero, 180, or never.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public enum CoordinateSpaceAngleNormalizationModeConstants
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