dtcc.Transform.__call__(points)[source]

Apply the affine transformation to a 3D point or an N x 3 array of points.

Parameters:
points : tuple/list or np.ndarray of shape (N, 3)

Points to be transformed.

Returns:

Transformed points.

Return type:

tuple/list or np.ndarray of shape (N, 3)