avian2d::math

Type Alias Scalar

Source
pub type Scalar = f32;
Expand description

The floating point number type used by Avian.

Trait Implementations§

Source§

impl From<Rotation> for Scalar

Source§

fn from(rot: Rotation) -> Self

Converts to this type from the input type.