5 lines
		
	
	
		
			299 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			299 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | import { Vector2 } from 'three'; | ||
|  | import { Shape2 } from '../DatabaseServices/Shape2'; | ||
|  | export declare function CreatePolylinePath(pts: Vector2[], buls: number[], displayAccuracy?: number): Shape2; | ||
|  | export declare function CreateShapeFromPoints(): void; | ||
|  | //# sourceMappingURL=CreatePolylinePath.d.ts.map
 |