FetchPoints2D

Trait FetchPoints2D 

Source
pub trait FetchPoints2D {
    // Required method
    fn fetch_points_2d(&self) -> Vec<Vec2> ;
}
Expand description

Trait to return all points of 2D geometry.

Required Methods§

Source

fn fetch_points_2d(&self) -> Vec<Vec2>

Returns all points.

Implementors§