[][src]Trait rgx::kit::Geometry

pub trait Geometry {
    fn transform(self, m: Matrix4<f32>) -> Self;
}

Required methods

fn transform(self, m: Matrix4<f32>) -> Self

Loading content...

Implementors

impl Geometry for Line[src]

impl Geometry for Rect<f32>[src]

Loading content...