mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 08:38:09 -05:00
Minor comment update
This commit is contained in:
parent
671b97b7a0
commit
de903e1617
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user