turtle

Type Alias Angle

Source
pub type Angle = f64;
Expand description

An angle value without a unit

The unit with which this angle will be interpreted depends on whether the Turtle is set to use degrees or radians. See the use_degrees() or use_radians() methods for more information.