Struct geomprim2d::Rectangle[][src]

pub struct Rectangle<S> {
    pub tl: Point<S>,
    pub w: S,
    pub h: S,
}

Fields

Methods

impl<S> Rectangle<S> where
    S: Scalar
[src]

Auto Trait Implementations

impl<S> Send for Rectangle<S> where
    S: Send

impl<S> Sync for Rectangle<S> where
    S: Sync