\(\renewcommand\AA{\unicode{x212B}}\)

AngleUnits

This is a Python binding to the C++ class Mantid::Geometry::AngleUnits.

class mantid.geometry.AngleUnits
Degrees = _geometry.AngleUnits.Degrees
Radians = _geometry.AngleUnits.Radians
bit_length() → int

Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6

name
names = {'Degrees': _geometry.AngleUnits.Degrees, 'Radians': _geometry.AngleUnits.Radians}
values = {0: _geometry.AngleUnits.Degrees, 1: _geometry.AngleUnits.Radians}