repeat names for re-export
This commit is contained in:
		
							parent
							
								
									6e32eda1c7
								
							
						
					
					
						commit
						89d0611cfc
					
				@ -5,7 +5,14 @@ Module for rasterizing polygons, with float-precision anti-aliasing on
 | 
			
		||||
See the documentation for float_raster.raster(...) for details.
 | 
			
		||||
"""
 | 
			
		||||
 | 
			
		||||
from .float_raster import *
 | 
			
		||||
from .float_raster import (
 | 
			
		||||
    raster as raster,
 | 
			
		||||
    find_intersections as find_intersections,
 | 
			
		||||
    create_vertices as create_vertices,
 | 
			
		||||
    clip_vertices_to_window as clip_vertices_to_window,
 | 
			
		||||
    get_raster_parts as get_raster_parts,
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
__author__ = 'Jan Petykiewicz'
 | 
			
		||||
__version__ = '0.7'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user