Trait libreda_db::layout::prelude::MapPointwise[−][src]

pub trait MapPointwise<T> where
    T: CoordinateType, 
{ fn transform<F>(&self, transformation: F) -> Self
    where
        F: Fn(Point<T>) -> Point<T>
; }
Expand description

Transform the geometrical object by transforming each point of it.

Required methods

Point wise transformation.

Implementors

Point wise transformation for a single point.

Point wise transformation of the two corner points.

Point wise transformation for a single point.