[][src]Trait freenukum::geometry::RectExt

pub trait RectExt {
    pub fn touches(&self, other: Self) -> bool;
pub fn overlaps_vertically(&self, other: Self) -> bool;
pub fn horizontal_distance(&self, other: Self) -> i32; }

Required methods

pub fn touches(&self, other: Self) -> bool[src]

pub fn overlaps_vertically(&self, other: Self) -> bool[src]

pub fn horizontal_distance(&self, other: Self) -> i32[src]

Loading content...

Implementations on Foreign Types

impl RectExt for Rect[src]

Loading content...

Implementors

Loading content...