Struct rust_3d::point_cloud_3d::PointCloud3D
[−]
[src]
pub struct PointCloud3D<P> where P: Is3D { pub data: Vec<Box<P>>, }
Fields
data: Vec<Box<P>>