Skip to main content

PointCloudMut

Type Alias PointCloudMut 

Source
pub type PointCloudMut<'a, S> = ShapeMut<'a, PointCloud<S>, S>;

Aliased Type§

pub struct PointCloudMut<'a, S> { /* private fields */ }

Implementations§

Source§

impl<S: ContextHolder> PointCloudMut<'_, S>

Source

pub fn set_radius(&mut self, radius: f32, relative: bool) -> &mut Self

Source

pub fn set_color(&mut self, color: [f32; 4]) -> &mut Self

Source

pub fn add_scalar( &mut self, name: impl Into<String>, datas: impl Scalar, ) -> ColorMapMut<'_, S>

Source

pub fn add_colors(&mut self, name: impl Into<String>, datas: impl Color)