Skip to main content

transform_cloud

Function transform_cloud 

Source
pub fn transform_cloud(cloud: &PointCloud, pose: &Se3) -> PointCloud
Expand description

Applies a pose to every point of a cloud.

Attributes are not carried over, for the same reason downsampling drops them: what a column means decides whether it survives a transform, and the cloud does not know.