Rad32

Type Alias Rad32 

Source
pub type Rad32 = Rad<f32>;
Expand description

A 32-bit angle measured in radians.

This type is guaranteed to be finite (in debug mode). As such, it implements total equality and ordering. Ordering for non-finite values is unspecified.

When formatting with Display, it will be shown as a multiple of π.

Aliased Type§

pub struct Rad32(/* private fields */);