\(\renewcommand\AA{\unicode{x212B}}\)
This is a Python binding to the C++ class Mantid::Geometry::PointingAlong.
mantid.geometry.
PointingAlong
¶X
= _geometry.PointingAlong.X¶Y
= _geometry.PointingAlong.Y¶Z
= _geometry.PointingAlong.Z¶bit_length
() → int¶Number of bits necessary to represent self in binary. >>> bin(37) ‘0b100101’ >>> (37).bit_length() 6
name
¶names
= {'X': _geometry.PointingAlong.X, 'Y': _geometry.PointingAlong.Y, 'Z': _geometry.PointingAlong.Z}¶values
= {0: _geometry.PointingAlong.X, 1: _geometry.PointingAlong.Y, 2: _geometry.PointingAlong.Z}¶