☰
One
Required Methods
one
Implementations on Foreign Types
f32
f64
Implementors
In emath
?
Trait
emath
::
One
source
·
[
−
]
pub trait One { fn
one
() -> Self; }
Expand description
Helper trait to implement
lerp
and
remap
.
Required Methods
source
fn
one
() -> Self
Implementations on Foreign Types
source
impl
One
for
f32
source
fn
one
() -> Self
source
impl
One
for
f64
source
fn
one
() -> Self
Implementors