Function gear::wrap_compound [] [src]

pub fn wrap_compound<T, S>(
    shape: S,
    origin: Isometry3<T>
) -> Compound<Point3<T>, Isometry3<T>> where
    T: Real,
    S: Shape<Point3<T>, Isometry3<T>>,