PointCloud.__imul__#

PointCloud.__imul__(T: SE3) PointCloud[source]#

Overloaded *= operator to transform points

Parameters:

T (SE3) – rigid-body transform to apply to the point cloud

Returns:

point cloud

Return type:

PointCloud

Transform a PointCloud by inplace multiplication by an SE3 instance.

Seealso:

__rmul__ transform