PointCloud.__rmul__#

PointCloud.__rmul__(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 premultiplying by an SE3 instance.

Seealso:

transform __imul__