summaryrefslogtreecommitdiff
path: root/bin/3Drotate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/3Drotate')
-rwxr-xr-xbin/3Drotate39
1 files changed, 0 insertions, 39 deletions
diff --git a/bin/3Drotate b/bin/3Drotate
index 227b92d..55b50e6 100755
--- a/bin/3Drotate
+++ b/bin/3Drotate
@@ -757,45 +757,6 @@ v4=$vv
#u5=$uu
#v5=$vv
-# unused
-: '
-# Now invert P to get Q for the inverse perspective transformation
-# Use the Method of the Adjoint Matrix = transpose of matrix of cofactors divided by the determinant
-# M3inverse $P00 $P01 $P02 $P10 $P11 $P12 $P20 $P21 $P22
-#
-# project output corners to input domain
-# UL
-#echo "UL 0,0"
-#u=$u1
-#v=$v1
-#echo "u,v=$u,$v"
-#inverseProject $u $v
-#echo "i,j=$ii,$jj"
-#echo "UR 255,0"
-#u=$u2
-#v=$v2
-#echo "u,v=$u,$v"
-#inverseProject $u $v
-#echo "i,j=$ii,$jj"
-#echo "BR 255,255"
-#u=$u3
-#v=$v3
-#echo "u,v=$u,$v"
-#inverseProject $u $v
-#echo "i,j=$ii,$jj"
-#echo "BL 0,255"
-#u=$u4
-#v=$v4
-#echo "u,v=$u,$v"
-#inverseProject $u $v
-#echo "i,j=$ii,$jj"
-#echo "C 127.5,127.5"
-#u=$u5
-#v=$v5
-#echo "u,v=$u,$v"
-#inverseProject $u $v
-#echo "i,j=$ii,$jj"
-'
# deal with adjustments for auto settings
# first get the bounding box dimensions