From bb593e541662f07ac5ca2ea66c1955f3d1eb5adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sun, 19 Mar 2023 21:08:57 +0100 Subject: [PATCH] BLI: Math: Fix function description No functional change. --- source/blender/blenlib/BLI_math_basis_types.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenlib/BLI_math_basis_types.hh b/source/blender/blenlib/BLI_math_basis_types.hh index 94732c0266f..640dac5d777 100644 --- a/source/blender/blenlib/BLI_math_basis_types.hh +++ b/source/blender/blenlib/BLI_math_basis_types.hh @@ -420,7 +420,7 @@ struct CartesianBasis { }; /** - * Create an CartesianBasis for converting from \a a orientation to \a b orientation. + * Create an CartesianBasis using two orthogonal axes. * The third axis is chosen by right hand rule to follow blender coordinate system. * \a forward is Y axis in blender coordinate system. * \a up is Z axis in blender coordinate system.