Metadata-Version: 2.1
Name: fiblat
Version: 0.0.1
Summary: A package for generating evenly distributed points on a sphere
Home-page: https://github.com/erikbrinkman/fibonacci_lattice
Author: Erik Brinkman
Author-email: erik.brinkman@gmail.com
License: UNKNOWN
Description: Fibonacci Lattice
        =================
        
        A simple small python package for generating uniform points on the sphere.
        This module provides to functions `fiblat.cube_lattice` and `fiblat.sphere_lattice`.
        Both functions take a dimension and a number of points and return a list of vectors that are roughly evenly spaced in either the `[0, 1]` hypercube or the unit hypersphere.
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
