From 48881ad1e05fffea39091b5d38917c880e8abd4c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 May 2014 15:00:47 +1000 Subject: Code cleanup: doxy comments --- source/blender/blenlib/intern/math_rotation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/math_rotation.c') diff --git a/source/blender/blenlib/intern/math_rotation.c b/source/blender/blenlib/intern/math_rotation.c index de272b12ebd..b971b81fba6 100644 --- a/source/blender/blenlib/intern/math_rotation.c +++ b/source/blender/blenlib/intern/math_rotation.c @@ -872,8 +872,8 @@ void eulO_to_axis_angle(float axis[3], float *angle, const float eul[3], const s * This takes the angle with sin/cos applied so we can avoid calculating it in some cases. * * \param axis rotation axis (must be normalized). - * \param co cos(angle) - * \param si sin(angle) + * \param angle_sin sin(angle) + * \param angle_cos cos(angle) */ void axis_angle_normalized_to_mat3_ex(float mat[3][3], const float axis[3], const float angle_sin, const float angle_cos) -- cgit v1.2.3