![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Math.FloatFVector2Functor:Public Member Functions | |
| None | __init__ () |
| Initializes the FloatFVector2Functor instance. | |
| None | __init__ (FloatFVector2Functor func) |
| Initializes a copy of the FloatFVector2Functor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the FloatFVector2Functor instance. More... | |
| float | __call__ (FVector arg1, FVector arg2) |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Math.FloatFVector2Functor.__init__ | ( | FloatFVector2Functor | func | ) |
Initializes a copy of the FloatFVector2Functor instance func.
| func | The FloatFVector2Functor instance to copy. |
| None CDPL.Math.FloatFVector2Functor.__init__ | ( | object | callable | ) |
Initializes the FloatFVector2Functor instance.
| callable |
| arg1 | |
| arg2 |
| bool CDPL.Math.FloatFVector2Functor.__bool__ | ( | ) |
| bool CDPL.Math.FloatFVector2Functor.__nonzero__ | ( | ) |