machinevisiontoolbox.PointCloud.PointCloud.__rmul__

PointCloud.__rmul__(T)[source]

Overload * opeator 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__