g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.05k stars 2.1k forks source link

Enhance glm::dualquat and singular value decomposition for square matrix #1295

Open syby119 opened 3 months ago

syby119 commented 3 months ago

Dual quaternion and SVD for mat3 are commonly used in computer graphics and robotics.

Although glm has offered the basic functionality for dualquat, some features are still missing

SVD for mat2/mat3/mat4 are missing, especially the mat3, which is commonly used for physics simulation