[][src]Trait valora::transforms::Subdivide

pub trait Subdivide {
    fn subdivide(self) -> Self;
}

A trait for types which can subdivide and retain characteristics.

Required methods

fn subdivide(self) -> Self

Subdivides by one order while retaining shape.

Loading content...

Implementors

impl Subdivide for Polygon[src]

Loading content...