PointCloud.transform#
- PointCloud.transform(T: SE3, inplace: bool = True) PointCloud[source]#
Transform point cloud
- Parameters:
T (
SE3) – _description_inplace (bool, optional) – transform points inpace, defaults to True
- Returns:
point cloud
- Return type:
If
inplaceis False then the point cloud data is copied before transformation.