mirror of
				https://github.com/bspeice/speice.io
				synced 2025-10-31 09:30:32 -04:00 
			
		
		
		
	Minor comment update
This commit is contained in:
		| @ -104,8 +104,6 @@ export function camera(x: number, y: number, size: number): [number, number] { | |||||||
| } | } | ||||||
|  |  | ||||||
| export function plot(x: number, y: number, image: ImageData) { | export function plot(x: number, y: number, image: ImageData) { | ||||||
|   // "Zoom out" the camera by a factor of 2 to match the default Apophysis scaling |  | ||||||
|   // (plot all points in the range [-2, 2]) |  | ||||||
|   const [pixelX, pixelY] = camera(x, y, image.width); |   const [pixelX, pixelY] = camera(x, y, image.width); | ||||||
|  |  | ||||||
|   if ( |   if ( | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user