PyBEC
latest

Contents:

  • Getting Started
  • API Documentation
    • PyBEC
      • pybec.analysis
        • pybec.analysis.apply_chunks
        • pybec.analysis.apply_kriging_chunks
        • pybec.analysis.ave_BEC_dict
        • pybec.analysis.correct_jumps
        • pybec.analysis.correct_jumps_between_arr
        • pybec.analysis.dipole_field
        • pybec.analysis.find_jumps
        • pybec.analysis.find_np_atoms
        • pybec.analysis.gen_BEC_df
        • pybec.analysis.get_BECs
        • pybec.analysis.get_centroid
        • pybec.analysis.get_dipole_field
        • pybec.analysis.get_dipole_field_displaced
        • pybec.analysis.get_dist_to_centroid
        • pybec.analysis.get_field_along_d
        • pybec.analysis.get_full_pol
        • pybec.analysis.get_spherical_coords_to_centroid
        • pybec.analysis.grid_krig_execute
        • pybec.analysis.infer_e_field
        • pybec.analysis.infer_local_field
        • pybec.analysis.interp_3d
        • pybec.analysis.krige_grid_search
        • pybec.analysis.pad_cell
        • pybec.analysis.point_in_hull
        • pybec.analysis.points_in_hull
        • pybec.analysis.select_cell_segment
        • pybec.analysis.to_Bohr
        • pybec.analysis.volume
      • pybec.output
      • pybec.parsers
      • pybec.plotters
      • pybec.utils
PyBEC
  • Docs »
  • API Documentation »
  • pybec.analysis »
  • pybec.analysis.point_in_hull
  • Edit on GitHub

pybec.analysis.point_in_hull¶

pybec.analysis.point_in_hull(point, hull, tolerance=1e-12, inc=False)[source]¶

https://stackoverflow.com/questions/16750618/whats-an-efficient-way-to-find-if-a-point-lies-in-the-convex-hull-of-a-point-cl/42165596#42165596

Next Previous

© Copyright 2020, Brett Henderson. Project structure based on the Computational Molecular Science Python Cookiecutter version 1.3 Revision 00d91769.

Built with Sphinx using a theme provided by Read the Docs.