reshape# Rotation.reshape(*shape: int | tuple) → Object3d[source]# Return a new object with the same data in a new shape. Parameters: *shapeThe new shape as one or more integers or as a tuple. Returns: objReshaped object.