Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-13 22:16:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-13 22:16:35 +0300
commit4cc4a73a9e228e0eee682a5220c3ed77572f02af (patch)
treea8a3564e0e1891415788fbdd2d03d576b46a1246 /source/blender/blenlib/intern/math_rotation.c
parent1939ad3f94bfbe9a36a868b85ab6e3c23afeb532 (diff)
feature request from colin levy, camera lens stamp.
Diffstat (limited to 'source/blender/blenlib/intern/math_rotation.c')
-rw-r--r--source/blender/blenlib/intern/math_rotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_rotation.c b/source/blender/blenlib/intern/math_rotation.c
index 6799fef3b5c..28a37d9675a 100644
--- a/source/blender/blenlib/intern/math_rotation.c
+++ b/source/blender/blenlib/intern/math_rotation.c
@@ -1650,7 +1650,7 @@ void vec_apply_track(float vec[3], short axis)
}
}
-/* lense/angle conversion (radians) */
+/* lens/angle conversion (radians) */
float lens_to_angle(float lens)
{
return 2.0f * atan(16.0f/lens);