to_degrees

compas_fab.robots.to_degrees(radians)[source]

Convert a list of floats representing radians to a list of degrees.

Parameters

radians (list of float) – List of angle values in radians.

Returns

list of float – List of degress.