Point

Type Alias Point 

Source
pub type Point = (usize, f32, f32, f32);

Trait Implementations§

Source§

impl IntoFlowwPacket for Point

Source§

impl Timed for Point

Source§

fn time(&self) -> f32

Source§

fn time_mut(&mut self) -> &mut f32

Source§

fn end(&self) -> f32

Source§

fn scale(&mut self, factor: f32)