geometry

Geometry centric functions such as computing pairwise distances

Classes

TYPE_CHECKING

bool(x) -> bool

Functions

compute_inverse_distance_matrix

Computes a matrix of the inverse distances between all of the points in points_a and all of the points in points_b.

compute_vector_field

Computes a tensor containing the vectors which point from all of the points in points_a to all of the points in points_b and have magnitudes equal to the inverse squared distance between the points.