PointCloud.__rmul__#

PointCloud.__rmul__(T)[source]#

Overloaded * operator to transform points

Parameters:

T (SE3) – _description_

Returns:

point cloud

Return type:

PointCloud

Transform a PointCloud by premultiplying by an SE3 instance.

Seealso:

transform __imul__