pub fn transform_cloud(cloud: &PointCloud, pose: &Se3) -> PointCloudExpand 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.