polytopax.validate_point_cloud

polytopax.validate_point_cloud(points: Array) Array[source]

Validate point cloud shape and numerical validity.

Parameters:

points – Input point cloud with shape (…, n_points, dim)

Returns:

Validated point cloud

Raises:

ValueError – Invalid shape or numerical values