diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-05-27 18:43:14 +0200 | 
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-05-27 18:43:14 +0200 | 
| commit | 090788ca04d1620c258d3a1e9053b907e87ec3c1 (patch) | |
| tree | 53c246a1135c9ddbd5d07cf19dc2c3cba7cf73bd /src | |
| parent | a550b880fb9a28cba8ce0aa351444f1ef8ee8958 (diff) | |
whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/lsq_rectilinear.mac | 4 | 
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 */ | 
