This is the complete list of members for quaternion.Quaternion, including all inherited members.
| __abs__(self) | quaternion.Quaternion | |
| __add__(self, other) | quaternion.Quaternion | |
| __div__(self, other) | quaternion.Quaternion | |
| __init__(self, *args) | quaternion.Quaternion | |
| __mul__(self, other) | quaternion.Quaternion | |
| __neg__(self) | quaternion.Quaternion | |
| __pow__(self, n) | quaternion.Quaternion | |
| __rmul__(self, other) | quaternion.Quaternion | |
| __str__(self) | quaternion.Quaternion | |
| __sub__(self, other) | quaternion.Quaternion | |
| array | quaternion.Quaternion | |
| conjugate(self) | quaternion.Quaternion | |
| copy(self) | quaternion.Quaternion | |
| fromRPY(self, R, P, Y) | quaternion.Quaternion | |
| inv(self) | quaternion.Quaternion | |
| normalize(self) | quaternion.Quaternion | |
| normalized(self) | quaternion.Quaternion | |
| toRotationMatrix(self) | quaternion.Quaternion | |
| toRotationVector(self) | quaternion.Quaternion | |
| toRPY(self) | quaternion.Quaternion | |
| toSO3(self) | quaternion.Quaternion |