[][src]Trait sfml_rust::canvas::canvas::Vertex

pub trait Vertex {
    fn position(&self) -> (f32, f32) { ... }
fn color(&self) -> Option<(f32, f32, f32, f32)> { ... } }

Provided methods

fn position(&self) -> (f32, f32)

fn color(&self) -> Option<(f32, f32, f32, f32)>

Loading content...

Implementors

Loading content...