mirror of
https://github.com/bspeice/speice.io
synced 2025-06-30 13:26:06 -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