Type Definition rapier2d::math::Real[][src]

type Real = f32;

The scalar type used throughout this crate.

Trait Implementations

impl WSign<f32> for Real[src]