Trait pix_engine::math::Float

source ·
pub trait Float: Num + FloatT { }
Expand description

Default floating-point number trait used math operations.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> Float for T
where T: Num + FloatT,