PointingAlong

This a python binding to the C++ class Mantid::Geometry::PointingAlong.

class mantid.geometry.PointingAlong
X = mantid.geometry._geometry.PointingAlong.X
Y = mantid.geometry._geometry.PointingAlong.Y
Z = mantid.geometry._geometry.PointingAlong.Z
__init__

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

conjugate()

Returns self, the complex conjugate of any int.

denominator

the denominator of a rational number in lowest terms

imag

the imaginary part of a complex number

name
names = {'Y': mantid.geometry._geometry.PointingAlong.Y, 'X': mantid.geometry._geometry.PointingAlong.X, 'Z': mantid.geometry._geometry.PointingAlong.Z}
numerator

the numerator of a rational number in lowest terms

real

the real part of a complex number

values = {0: mantid.geometry._geometry.PointingAlong.X, 1: mantid.geometry._geometry.PointingAlong.Y, 2: mantid.geometry._geometry.PointingAlong.Z}