Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/man/man1/plambda.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ number of pixels in the image
relative horizontal coordinate of the pixel
.TP
:y
relative horizontal coordinate of the pixel
relative vertical coordinate of the pixel
.TP
:r
relative distance to the center of the image
Expand Down
4 changes: 2 additions & 2 deletions src/flambda.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// :h heigth of the image
// :n number of pixels in the image
// :x relative horizontal coordinate of the pixel
// :y relative horizontal coordinate of the pixel
// :y relative vertical coordinate of the pixel
// :r relative distance to the center of the image
// :t relative angle from the center of the image
// :I horizontal coordinate of the pixel (centered)
Expand Down Expand Up @@ -2646,7 +2646,7 @@ verbosity>0?
" :h\theigth of the image\n"
" :n\tnumber of pixels in the image\n"
" :x\trelative horizontal coordinate of the pixel\n"
" :y\trelative horizontal coordinate of the pixel\n"
" :y\trelative vertical coordinate of the pixel\n"
" :r\trelative distance to the center of the image\n"
" :t\trelative angle from the center of the image\n"
" :I\thorizontal coordinate of the pixel (centered)\n"
Expand Down
2 changes: 1 addition & 1 deletion src/misc/older/views/symflow/plambda.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// :h heigth of the image
// :n number of pixels in the image
// :x relative horizontal coordinate of the pixel
// :y relative horizontal coordinate of the pixel
// :y relative vertical coordinate of the pixel
// :r relative distance to the center of the image
// :t relative angle from the center of the image
//
Expand Down
2 changes: 1 addition & 1 deletion src/misc/unused/qlambda.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// :h heigth of the image
// :n number of pixels in the image
// :x relative horizontal coordinate of the pixel
// :y relative horizontal coordinate of the pixel
// :y relative vertical coordinate of the pixel
// :r relative distance to the center of the image
// :t relative angle from the center of the image
//
Expand Down
4 changes: 2 additions & 2 deletions src/plambda.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// :h heigth of the image
// :n number of pixels in the image
// :x relative horizontal coordinate of the pixel
// :y relative horizontal coordinate of the pixel
// :y relative vertical coordinate of the pixel
// :r relative distance to the center of the image
// :t relative angle from the center of the image
// :I horizontal coordinate of the pixel (centered)
Expand Down Expand Up @@ -3240,7 +3240,7 @@ Predefined variables (always preceeded by a colon):\n\
:h\theigth of the image\n\
:n\tnumber of pixels in the image\n\
:x\trelative horizontal coordinate of the pixel\n\
:y\trelative horizontal coordinate of the pixel\n\
:y\trelative vertical coordinate of the pixel\n\
:r\trelative distance to the center of the image\n\
:t\trelative angle from the center of the image\n\
:I\thorizontal coordinate of the pixel (centered)\n\
Expand Down