Wrench.
from_list
Construct a wrench from a list of 6 float values.
float
values (list of float) – The list of 6 values representing a wrench.
list
Wrench – The constructed wrench.
Wrench
Examples
>>> w = Wrench.from_list([1, 2, 3, 0.1, 0.2, 0.3])