General Enumerations
  • 1 Minute to read

General Enumerations


Article Summary

Enumerations

POSITION_UNIT

Enumeration to define the unit of measurement of the coordinates.

  • POSITION_UNIT.PIXELS : Pixels
  • POSITION_UNIT.METERS : Meters

ANGLE_UNIT

Enumeration to define the unit of measurement of angles.

  • ANGLE_UNIT.DEGREES : Degrees
  • ANGLE_UNIT.RADIANS : Radians

Was this article helpful?