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-08-02 12:12:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-02 12:12:50 +0400
commit078dff64d2963e56675e490927d675c13626a956 (patch)
tree009d9dffd5c3ded934d977cf619e239767120882 /source/blender/editors/space_view3d/view3d_intern.h
parentd4a6884fcfbedcb1b13f65b071bfcf1e04f3ef9d (diff)
no functional changes.
style edits, also renamed ndof_to_angle_axis --> ndof_to_axis_angle
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index c4207b0ce25..ab3ce37ff15 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -95,7 +95,7 @@ void VIEW3D_OT_drawtype(struct wmOperatorType *ot);
void view3d_boxview_copy(ScrArea *sa, ARegion *ar);
void ndof_to_quat(struct wmNDOFMotionData* ndof, float q[4]);
-float ndof_to_angle_axis(struct wmNDOFMotionData* ndof, float axis[3]);
+float ndof_to_axis_angle(struct wmNDOFMotionData* ndof, float axis[3]);
/* view3d_fly.c */
void view3d_keymap(struct wmKeyConfig *keyconf);