fingerprint
filtered_histogram(mesh, internal, external, bins=200, xrange=None, yrange=None, samples_per_edge=4)
Create histogram with multiple samples per face.
Source code in chmpy/crystal/fingerprint.py
fingerprint_histogram(mesh, bins=200, xrange=None, yrange=None, samples_per_edge=4)
Create histogram for all faces with multiple samples per face.
Source code in chmpy/crystal/fingerprint.py
sample_face_points(vertices, faces, samples_per_edge=4)
Generate sample points within triangle faces using barycentric coordinates.