PointCloudGPU

Type Alias PointCloudGPU 

Source
pub type PointCloudGPU = GPUVec<Point3<f32>>;
Expand description

A PointCloud on GPU

Aliased Typeยง

pub struct PointCloudGPU { /* private fields */ }