from_gradians method

from_gradians

Returns a Angle object that is represented in gradians.

Returns

Returns a Angle object.

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

See Also