Wrench.from_list

classmethod Wrench.from_list(values)

Construct a wrench from a list of 6 float values.

Parameters

values (list of float) – The list of 6 values representing a wrench.

Returns

Wrench – The constructed wrench.

Examples

>>> w = Wrench.from_list([1, 2, 3, 0.1, 0.2, 0.3])