[][src]Trait paddle::graphics::Tessellate

pub trait Tessellate {
    pub fn tessellate<'a>(
        &self,
        mesh: &mut AbstractMesh,
        background: Background<'a>
    ); }

Some geometry object that can be tessellated to an AbstractMesh of triangles

Required methods

pub fn tessellate<'a>(
    &self,
    mesh: &mut AbstractMesh,
    background: Background<'a>
)
[src]

Loading content...

Implementors

impl Tessellate for Circle[src]

impl Tessellate for Line[src]

impl Tessellate for Triangle[src]

impl Tessellate for Rectangle[src]

impl Tessellate for Vector[src]

Loading content...