[][src]Function pbrt::shapes::curve::create_curve_shape

pub fn create_curve_shape(
    o2w: &Transform,
    w2o: &Transform,
    reverse_orientation: bool,
    params: &ParamSet
) -> Vec<Arc<dyn Shape + Send + Sync>>