get_random_sphere_vertices#
- diffsims.generators.sphere_mesh_generators.get_random_sphere_vertices(resolution, seed=None)[source]#
Create a mesh that randomly samples the surface of a sphere
- Parameters:
- Returns:
- points_in_cartesian
numpy.ndarray(N,3) Rows are x, y, z where z is the 001 pole direction
- points_in_cartesian
References