Type Definition vox_geometry_rust::point_generator3::PointGenerator3Ptr[][src]

type PointGenerator3Ptr = Arc<RwLock<dyn PointGenerator3>>;
Expand description

Shared pointer for the PointGenerator3 type.