Trait rgeometry::PolygonScalarRef[][src]

pub trait PolygonScalarRef<T = Self, Output = Self>: Clone + NumOps<T, Output> { }

Implementors

impl<T, Rhs, Output> PolygonScalarRef<Rhs, Output> for T where
    T: Clone + NumOps<Rhs, Output>, 
[src]