mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #594] [feature] added 3d geometry operations #1036
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/594
State: closed
Merged: Yes
Description of Change
3D geometry operations using 3D vectors, quaternions and Euler angles.
The code includes pragma definitions to use the hardware floating point operations on for ARM CortexM processors with a hardware floating point unit (FPU).
References
https://github.com/kvedala/libquat and https://kvedala.github.io/libquat
Checklist
Notes: