Trait lay_rs::prelude::Interpolate

source ·
pub trait Interpolate {
    // Required method
    fn interpolate(&self, to: &Self, f: f32) -> Self;
}

Required Methods§

source

fn interpolate(&self, to: &Self, f: f32) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Interpolate for Option<Picture>

source§

fn interpolate(&self, other: &Option<Picture>, f: f32) -> Option<Picture>

source§

impl Interpolate for bool

source§

fn interpolate(&self, other: &bool, f: f32) -> bool

Implementors§