skspatial.objects.Points

Methods

affine_rank(**kwargs)

Return the affine rank of the points.

are_collinear(**kwargs)

Check if the points are all contained in one line.

are_concurrent(**kwargs)

Check if the points are all contained in one point.

are_coplanar(**kwargs)

Check if the points are all contained in one plane.

centroid()

Return the centroid of the points.

is_close(other, **kwargs)

Check if the array is close to another.

mean_center([return_centroid])

Mean-center the points by subtracting the centroid.

plot_2d(ax_2d, **kwargs)

Plot the points on a 2D scatter plot.

plot_3d(ax_3d, **kwargs)

Plot the points on a 3D scatter plot.

unique()

Return unique points.