aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/blind-matrix-rotate.114
-rw-r--r--man/blind-matrix-shear.15
2 files changed, 17 insertions, 2 deletions
diff --git a/man/blind-matrix-rotate.1 b/man/blind-matrix-rotate.1
index 31ec330..3c82a3b 100644
--- a/man/blind-matrix-rotate.1
+++ b/man/blind-matrix-rotate.1
@@ -3,7 +3,7 @@
blind-matrix-rotate - Create an affine 2D-transformation matrix for rotation
.SH SYNOPSIS
.B blind-matrix-rotate
-[-c]
+[-cd]
.SH DESCRIPTION
.B blind-matrix-rotate
creates an affine 2D-transformation matrix for
@@ -28,9 +28,21 @@ Create different matrices for each channel. Use
values from each channel in stdin to create
matrices whose values are stored in the same
channels in stdout.
+.TP
+.B -d
+Input angles in degrees rather than radians.
.SH NOTES
The image is rotated anti-clockwise if the Y-axis
grows upwards rather than downwards.
+.P
+Due to truncation error, when rotating a multiple
+of 90 degrees, it is preferable to use
+.B -d
+with lets
+.B blind-matrix-rotate
+eliminate the error. If this is not done,
+.BR blind-invert-matrix (1)
+may return odd results.
.SH SEE ALSO
.BR blind (7),
.BR blind-from-text (1),
diff --git a/man/blind-matrix-shear.1 b/man/blind-matrix-shear.1
index 56d856d..a524cc5 100644
--- a/man/blind-matrix-shear.1
+++ b/man/blind-matrix-shear.1
@@ -3,7 +3,7 @@
blind-matrix-shear - Create an affine 2D-transformation matrix for shearing
.SH SYNOPSIS
.B blind-matrix-shear
-[-ac]
+[-a [-d]] [-c]
.SH DESCRIPTION
.B blind-matrix-shear
creates an affine 2D-transformation matrix for
@@ -37,6 +37,9 @@ Create different matrices for each channel. Use
values from each channel in stdin to create
matrices whose values are stored in the same
channels in stdout.
+.TP
+.B -d
+Input angles in degrees rather than radians.
.SH NOTES
The description assumes the Y-axis grows downwards.
.P