pub trait VertexSource {
// Required method
fn xconvert(&self) -> Vec<Vertex<f64>>;
// Provided method
fn rewind(&self) { ... }
}
Expand description
Source of vertex points
pub trait VertexSource {
// Required method
fn xconvert(&self) -> Vec<Vertex<f64>>;
// Provided method
fn rewind(&self) { ... }
}
Source of vertex points