usenalgebra::RealField;usenum_traits::ToPrimitive;/// Trait for floating point types (f32, f64)
/// Mainly used to identify the type of the field in nalgebra
pubtraitFloatingPoint: RealField + ToPrimitive + Copy {}implFloatingPoint forf32{}implFloatingPoint forf64{}