![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Math.LQuaternion:Public Member Functions | |
| None | __init__ () |
| Initializes the LQuaternion instance. | |
| None | __init__ (LQuaternion q) |
| Initializes a copy of the LQuaternion instance q. More... | |
| None | __init__ (int c1, int c2=0, int c3=0, int c4=0) |
| Initializes the LQuaternion instance. More... | |
| None | __init__ (ConstFQuaternionExpression e) |
| Initializes the LQuaternion instance. More... | |
| None | __init__ (ConstDQuaternionExpression e) |
| Initializes the LQuaternion instance. More... | |
| None | __init__ (ConstLQuaternionExpression e) |
| Initializes the LQuaternion instance. More... | |
| None | __init__ (ConstULQuaternionExpression e) |
| Initializes the LQuaternion instance. More... | |
| None | __init__ (object a) |
| Initializes the LQuaternion instance. More... | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| LQuaternion | assign (ConstFQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e. More... | |
| LQuaternion | assign (ConstDQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e. More... | |
| LQuaternion | assign (ConstLQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e. More... | |
| LQuaternion | assign (ConstULQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e. More... | |
| LQuaternion | assign (LQuaternion q) |
Replaces the current state of self with a copy of the state of the LQuaternion instance q. More... | |
| None | assign (object a) |
Replaces the current state of self with a copy of the state of the object instance a. More... | |
| int | getC1 () |
| int | getC2 () |
| int | getC3 () |
| int | getC4 () |
| object | toArray () |
| None | swap (LQuaternion q) |
| None | setC1 (int v) |
| None | setC2 (int v) |
| None | setC3 (int v) |
| None | setC4 (int v) |
| None | set (int c1=0, int c2=0, int c3=0, int c4=0) |
| bool | __eq__ (LQuaternion q) |
Returns the result of the comparison operation self == q. More... | |
| bool | __eq__ (ConstLQuaternionExpression q) |
Returns the result of the comparison operation self == q. More... | |
| bool | __ne__ (LQuaternion q) |
Returns the result of the comparison operation self != q. More... | |
| bool | __ne__ (ConstLQuaternionExpression q) |
Returns the result of the comparison operation self != q. More... | |
| str | __str__ () |
| Returns a string representation of the LQuaternion instance. More... | |
| LQuaternion | __pos__ () |
| ConstLQuaternionExpression | __neg__ () |
| ConstLQuaternionExpression | __add__ (int t) |
Returns the result of the addition operation self + t. More... | |
| ConstLQuaternionExpression | __add__ (ConstLQuaternionExpression e) |
Returns the result of the addition operation self + e. More... | |
| ConstLQuaternionExpression | __radd__ (int t) |
| ConstLQuaternionExpression | __sub__ (int t) |
Returns the result of the subtraction operation self - t. More... | |
| ConstLQuaternionExpression | __sub__ (ConstLQuaternionExpression e) |
Returns the result of the subtraction operation self - e. More... | |
| ConstLQuaternionExpression | __rsub__ (int t) |
| ConstLQuaternionExpression | __mul__ (int t) |
Returns the result of the multiplication operation self * t. More... | |
| ConstLQuaternionExpression | __mul__ (ConstLQuaternionExpression e) |
Returns the result of the multiplication operation self * e. More... | |
| ConstLQuaternionExpression | __rmul__ (int t) |
| ConstLQuaternionExpression | __div__ (int t) |
Returns the result of the division operation self / t. More... | |
| ConstLQuaternionExpression | __div__ (ConstLQuaternionExpression e) |
Returns the result of the division operation self / e. More... | |
| ConstLQuaternionExpression | __truediv__ (int t) |
| ConstLQuaternionExpression | __rdiv__ (int t) |
| LQuaternion | __iadd__ (int t) |
Performs the in-place addition operation self += t. More... | |
| LQuaternion | __iadd__ (LQuaternion q) |
Performs the in-place addition operation self += q. More... | |
| LQuaternion | __iadd__ (ConstLQuaternionExpression q) |
Performs the in-place addition operation self += q. More... | |
| LQuaternion | __isub__ (int t) |
Performs the in-place subtraction operation self -= t. More... | |
| LQuaternion | __isub__ (LQuaternion q) |
Performs the in-place subtraction operation self -= q. More... | |
| LQuaternion | __isub__ (ConstLQuaternionExpression q) |
Performs the in-place subtraction operation self -= q. More... | |
| LQuaternion | __imul__ (int t) |
Performs the in-place multiplication operation self *= t. More... | |
| LQuaternion | __imul__ (LQuaternion q) |
Performs the in-place multiplication operation self *= q. More... | |
| LQuaternion | __imul__ (ConstLQuaternionExpression q) |
Performs the in-place multiplication operation self *= q. More... | |
| LQuaternion | __idiv__ (int t) |
Performs the in-place division operation self /= t. More... | |
| LQuaternion | __idiv__ (LQuaternion q) |
Performs the in-place division operation self /= q. More... | |
| LQuaternion | __idiv__ (ConstLQuaternionExpression q) |
Performs the in-place division operation self /= q. More... | |
| LQuaternion | __itruediv__ (int t) |
| LQuaternion | __itruediv__ (LQuaternion q) |
| LQuaternion | __itruediv__ (ConstLQuaternionExpression q) |
Properties | |
| objectID = property(getObjectID) | |
| None CDPL.Math.LQuaternion.__init__ | ( | LQuaternion | q | ) |
Initializes a copy of the LQuaternion instance q.
| q | The LQuaternion instance to copy. |
| None CDPL.Math.LQuaternion.__init__ | ( | int | c1, |
| int | c2 = 0, |
||
| int | c3 = 0, |
||
| int | c4 = 0 |
||
| ) |
Initializes the LQuaternion instance.
| c1 | |
| c2 | |
| c3 | |
| c4 |
| None CDPL.Math.LQuaternion.__init__ | ( | ConstFQuaternionExpression | e | ) |
Initializes the LQuaternion instance.
| e |
| None CDPL.Math.LQuaternion.__init__ | ( | ConstDQuaternionExpression | e | ) |
Initializes the LQuaternion instance.
| e |
| None CDPL.Math.LQuaternion.__init__ | ( | ConstLQuaternionExpression | e | ) |
Initializes the LQuaternion instance.
| e |
| None CDPL.Math.LQuaternion.__init__ | ( | ConstULQuaternionExpression | e | ) |
Initializes the LQuaternion instance.
| e |
| None CDPL.Math.LQuaternion.__init__ | ( | object | a | ) |
Initializes the LQuaternion instance.
| a |
| int CDPL.Math.LQuaternion.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python LQuaternion instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b thus cannot tell reliably whether the two LQuaternion instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID().
| LQuaternion CDPL.Math.LQuaternion.assign | ( | ConstFQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e.
| e | The ConstFQuaternionExpression instance to copy. |
| LQuaternion CDPL.Math.LQuaternion.assign | ( | ConstDQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e.
| e | The ConstDQuaternionExpression instance to copy. |
| LQuaternion CDPL.Math.LQuaternion.assign | ( | ConstLQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e.
| e | The ConstLQuaternionExpression instance to copy. |
| LQuaternion CDPL.Math.LQuaternion.assign | ( | ConstULQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e.
| e | The ConstULQuaternionExpression instance to copy. |
| LQuaternion CDPL.Math.LQuaternion.assign | ( | LQuaternion | q | ) |
Replaces the current state of self with a copy of the state of the LQuaternion instance q.
| q | The LQuaternion instance to copy. |
| None CDPL.Math.LQuaternion.assign | ( | object | a | ) |
Replaces the current state of self with a copy of the state of the object instance a.
| a | The object instance to copy. |
| int CDPL.Math.LQuaternion.getC1 | ( | ) |
| int CDPL.Math.LQuaternion.getC2 | ( | ) |
| int CDPL.Math.LQuaternion.getC3 | ( | ) |
| int CDPL.Math.LQuaternion.getC4 | ( | ) |
| object CDPL.Math.LQuaternion.toArray | ( | ) |
| None CDPL.Math.LQuaternion.swap | ( | LQuaternion | q | ) |
| q |
| None CDPL.Math.LQuaternion.setC1 | ( | int | v | ) |
| v |
| None CDPL.Math.LQuaternion.setC2 | ( | int | v | ) |
| v |
| None CDPL.Math.LQuaternion.setC3 | ( | int | v | ) |
| v |
| None CDPL.Math.LQuaternion.setC4 | ( | int | v | ) |
| v |
| None CDPL.Math.LQuaternion.set | ( | int | c1 = 0, |
| int | c2 = 0, |
||
| int | c3 = 0, |
||
| int | c4 = 0 |
||
| ) |
| c1 | |
| c2 | |
| c3 | |
| c4 |
| bool CDPL.Math.LQuaternion.__eq__ | ( | LQuaternion | q | ) |
Returns the result of the comparison operation self == q.
| q | The LQuaternion instance to be compared with. |
| bool CDPL.Math.LQuaternion.__eq__ | ( | ConstLQuaternionExpression | q | ) |
Returns the result of the comparison operation self == q.
| q | The ConstLQuaternionExpression instance to be compared with. |
| bool CDPL.Math.LQuaternion.__ne__ | ( | LQuaternion | q | ) |
Returns the result of the comparison operation self != q.
| q | The LQuaternion instance to be compared with. |
| bool CDPL.Math.LQuaternion.__ne__ | ( | ConstLQuaternionExpression | q | ) |
Returns the result of the comparison operation self != q.
| q | The ConstLQuaternionExpression instance to be compared with. |
| str CDPL.Math.LQuaternion.__str__ | ( | ) |
Returns a string representation of the LQuaternion instance.
| LQuaternion CDPL.Math.LQuaternion.__pos__ | ( | ) |
| ConstLQuaternionExpression CDPL.Math.LQuaternion.__neg__ | ( | ) |
| ConstLQuaternionExpression CDPL.Math.LQuaternion.__add__ | ( | int | t | ) |
Returns the result of the addition operation self + t.
| t | Specifies the second addend. |
ConstLQuaternionExpression instance holding the result of the addition. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__add__ | ( | ConstLQuaternionExpression | e | ) |
Returns the result of the addition operation self + e.
| e | Specifies the second addend. |
ConstLQuaternionExpression instance holding the result of the addition. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__radd__ | ( | int | t | ) |
| t |
| ConstLQuaternionExpression CDPL.Math.LQuaternion.__sub__ | ( | int | t | ) |
Returns the result of the subtraction operation self - t.
| t | Specifies the subtrahend. |
LQuaternion instance holding the result of the subtraction. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__sub__ | ( | ConstLQuaternionExpression | e | ) |
Returns the result of the subtraction operation self - e.
| e | Specifies the subtrahend. |
LQuaternion instance holding the result of the subtraction. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__rsub__ | ( | int | t | ) |
| t |
| ConstLQuaternionExpression CDPL.Math.LQuaternion.__mul__ | ( | int | t | ) |
Returns the result of the multiplication operation self * t.
| t | Specifies the multiplier. |
ConstLQuaternionExpression instance holding the result of the multiplication. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__mul__ | ( | ConstLQuaternionExpression | e | ) |
Returns the result of the multiplication operation self * e.
| e | Specifies the multiplier. |
ConstLQuaternionExpression instance holding the result of the multiplication. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__rmul__ | ( | int | t | ) |
| t |
| ConstLQuaternionExpression CDPL.Math.LQuaternion.__div__ | ( | int | t | ) |
Returns the result of the division operation self / t.
| t | Specifies the divisor. |
ConstLQuaternionExpression instance holding the result of the division. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__div__ | ( | ConstLQuaternionExpression | e | ) |
Returns the result of the division operation self / e.
| e | Specifies the divisor. |
ConstLQuaternionExpression instance holding the result of the division. | ConstLQuaternionExpression CDPL.Math.LQuaternion.__truediv__ | ( | int | t | ) |
| t |
| ConstLQuaternionExpression CDPL.Math.LQuaternion.__rdiv__ | ( | int | t | ) |
| t |
| LQuaternion CDPL.Math.LQuaternion.__iadd__ | ( | int | t | ) |
Performs the in-place addition operation self += t.
| t | Specifies the second addend. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__iadd__ | ( | LQuaternion | q | ) |
Performs the in-place addition operation self += q.
| q | Specifies the second addend. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__iadd__ | ( | ConstLQuaternionExpression | q | ) |
Performs the in-place addition operation self += q.
| q | Specifies the second addend. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__isub__ | ( | int | t | ) |
Performs the in-place subtraction operation self -= t.
| t | Specifies the subtrahend. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__isub__ | ( | LQuaternion | q | ) |
Performs the in-place subtraction operation self -= q.
| q | Specifies the subtrahend. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__isub__ | ( | ConstLQuaternionExpression | q | ) |
Performs the in-place subtraction operation self -= q.
| q | Specifies the subtrahend. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__imul__ | ( | int | t | ) |
Performs the in-place multiplication operation self *= t.
| t | Specifies the multiplier. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__imul__ | ( | LQuaternion | q | ) |
Performs the in-place multiplication operation self *= q.
| q | Specifies the multiplier. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__imul__ | ( | ConstLQuaternionExpression | q | ) |
Performs the in-place multiplication operation self *= q.
| q | Specifies the multiplier. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__idiv__ | ( | int | t | ) |
Performs the in-place division operation self /= t.
| t | Specifies the divisor. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__idiv__ | ( | LQuaternion | q | ) |
Performs the in-place division operation self /= q.
| q | Specifies the divisor. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__idiv__ | ( | ConstLQuaternionExpression | q | ) |
Performs the in-place division operation self /= q.
| q | Specifies the divisor. |
LQuaternion instance self. | LQuaternion CDPL.Math.LQuaternion.__itruediv__ | ( | int | t | ) |
| t |
| LQuaternion CDPL.Math.LQuaternion.__itruediv__ | ( | LQuaternion | q | ) |
| q |
| LQuaternion CDPL.Math.LQuaternion.__itruediv__ | ( | ConstLQuaternionExpression | q | ) |
| q |