Attributes: Add quaternion rotation type #108678

Merged
Hans Goudey merged 10 commits from HooglyBoogly/blender:attributes-quaternion-type into main 2023-06-12 15:49:57 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e7739bee8d - Show all commits

View File

@ -318,9 +318,9 @@ template<> struct TypeTraits<float> {
using DoublePrecision = double;
};
/** \} */
using Quaternion = QuaternionBase<float>;
using DualQuaternion = DualQuaternionBase<float>;
/** \} */
} // namespace blender::math