from_turns method

from_turns

Returns a Angle object that is represented in turns.

Returns

Returns a Angle object.

def from_turns(self, value):
    ...
ParameterTypeDescription
valuefloatThe value.

See Also