to_radians

compas_fab.robots.to_radians(degrees)[source]

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

Parameters

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

Returns

list of float – List of angle values in radians.