fastgac.convert_normals_to_hilbert

fastgac.convert_normals_to_hilbert(normals, bbox)

Not recommended. Converts a numpy array of normals to uint32 Hilbert ValuesAssumes EqualArea Azimuth Projection centered at north pole. Only good on for northern hemisphere.

Parameters
  • normals (fastgac_pybind.MatX3d) – MatX3d; NX3 Array

  • bbox (fastgac_pybind.BBOX) – BBOX; bounding box of AzimuthProjection projection

Returns

Tuple[fastgac_pybind.MatX2d, List[int]]