Struct mgf::MinkowskiDiff[][src]

pub struct MinkowskiDiff<'a, 'b, S1, S2> where
    S1: Convex + 'a,
    S2: Convex + 'b, 
{ pub s1: &'a S1, pub s2: &'b S2, }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, S1, S2> Convex for MinkowskiDiff<'a, 'b, S1, S2> where
    S1: Convex + 'a,
    S2: Convex + 'b, 
[src]

Returns the point on the object that produces the greatest dot product with the supplied axis. The axis is expected to be normalized. Read more

impl<'a, 'b, 'c, 'd, S1, S2> Convex<SupportPoint> for MinkowskiDiff<'a, 'b, S1, S2> where
    S1: Convex + 'a,
    S2: Convex + 'b, 
[src]

Returns the point on the object that produces the greatest dot product with the supplied axis. The axis is expected to be normalized. Read more

Auto Trait Implementations

impl<'a, 'b, S1, S2> Send for MinkowskiDiff<'a, 'b, S1, S2> where
    S1: Sync,
    S2: Sync

impl<'a, 'b, S1, S2> Sync for MinkowskiDiff<'a, 'b, S1, S2> where
    S1: Sync,
    S2: Sync