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