Minor comment update

flam3.js
Bradlee Speice 2023-07-02 23:55:55 +00:00
parent 671b97b7a0
commit de903e1617
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ export function camera(x: number, y: number, size: number): [number, number] {
}
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);
if (