Trait gilrs::ff::effect_source::SliceVecExt

source ·
trait SliceVecExt {
    type Base;

    // Required method
    fn distance(self, from: Self) -> Self::Base;
}

Required Associated Types§

Required Methods§

source

fn distance(self, from: Self) -> Self::Base

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SliceVecExt for [f32; 3]

§

type Base = f32

source§

fn distance(self, from: Self) -> f32

Implementors§