pub type PointCloudGPU = GPUVec<Point3<f32>>;
A PointCloud on GPU
pub struct PointCloudGPU { /* private fields */ }