Trait jumpy::prelude::egui::epaint::emath::One

pub trait One {
    // Required method
    fn one() -> Self;
}
Expand description

Helper trait to implement lerp and remap.

Required Methods§

fn one() -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl One for f32

§

fn one() -> f32

§

impl One for f64

§

fn one() -> f64

Implementors§