Struct rust_3d::point_cloud_3d::PointCloud3D [] [src]

pub struct PointCloud3D<P> where P: Is3D {
    pub data: Vec<Box<P>>,
}

Fields

Methods

impl<P> PointCloud3D<P> where P: Is3D
[src]

impl<P> PointCloud3D<P> where P: Is3D + Clone
[src]

impl<P> PointCloud3D<P> where P: IsBuildable3D + Clone
[src]

Trait Implementations

impl<P> IsMoveable3D for PointCloud3D<P> where P: Is3D + IsMoveable3D
[src]

impl<P> HasBoundingBox3D for PointCloud3D<P> where P: Is3D
[src]

impl<P> HasCenterOfGravity3D for PointCloud3D<P> where P: Is3D
[src]

impl<P> Display for PointCloud3D<P> where P: Is3D + Display
[src]

Formats the value using the given formatter.