Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
syby119 opened this issue May 17, 2024 · 0 comments
Open

Comments

@syby119
Copy link

syby119 commented May 17, 2024

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

  • convertion between plucker coordinate and dual quaternion
  • the conjugate/dual conjugate/combined conjugate for dual quaternion
  • norm/normalize/normalized methods for dual quaternion
  • sclerp of the dual quaternion
  • more details at dual_quaternions

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

  • one can refer the implementation to svd_glsl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant