Struct elmesque::form::PointPath [−] [src]

pub struct PointPath(pub Vec<(f64, f64)>);

A path described by a sequence of points.

Trait Implementations

Derived Implementations

impl Debug for PointPath

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for PointPath

fn clone(&self) -> PointPath

fn clone_from(&mut self, source: &Self)