summaryrefslogtreecommitdiff
path: root/src/lsq_rectilinear.mac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-27 18:43:14 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-27 18:43:14 +0200
commit090788ca04d1620c258d3a1e9053b907e87ec3c1 (patch)
tree53c246a1135c9ddbd5d07cf19dc2c3cba7cf73bd /src/lsq_rectilinear.mac
parenta550b880fb9a28cba8ce0aa351444f1ef8ee8958 (diff)
whitespace
Diffstat (limited to 'src/lsq_rectilinear.mac')
-rw-r--r--src/lsq_rectilinear.mac4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lsq_rectilinear.mac b/src/lsq_rectilinear.mac
index 68dc5ee..377c24a 100644
--- a/src/lsq_rectilinear.mac
+++ b/src/lsq_rectilinear.mac
@@ -14,10 +14,10 @@ c_z_rot : -sin(c_nick) * c_x + cos(c_nick) * c_z$
/* pinhole projection */
x : c_y_rot / c_x_rot$
-y : - c_z_rot / c_x_rot$
+y : -c_z_rot / c_x_rot$
/* rotation around view axis */
-x_rot : y * sin(c_tilt) + x * cos(c_tilt)+x0$
+x_rot : y * sin(c_tilt) + x * cos(c_tilt) + x0$
y_rot : y * cos(c_tilt) - x * sin(c_tilt)$
/* distortion correction */