BLI: Math: Fix function description

No functional change.
This commit is contained in:
Clément Foucault
2023-03-19 21:08:57 +01:00
parent 0c2299e6b1
commit bb593e5416

View File

@@ -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.