[][src]Type Definition turtle::Angle

type Angle = f64;

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.