General utility methods
| Returns: | MVector containing result of function with signature function(double [3]) |
|---|
| Returns: | tuple containing result of function with signature function(float& f1, float& f2) |
|---|
function supports the signature function(double [3] const) and will change the underlying instance to the respective values as retrieved from the passed in vector. The calling method must be enclosed in an undoable decorator.
| Parameters: |
|
|---|
Bases: object