[][src]Trait visioncortex::Transform

pub trait Transform {
    pub fn transform(&self, vec: &PointI32) -> PointI32;
pub fn transform_rect(&self, rect: &BoundingRect) -> BoundingRect; }

Transformation of coordinate in space

Required methods

pub fn transform(&self, vec: &PointI32) -> PointI32[src]

pub fn transform_rect(&self, rect: &BoundingRect) -> BoundingRect[src]

Loading content...

Implementors

impl Transform for RectangularTransform[src]

Loading content...