Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khitiara/dueling
https://github.com/khitiara/dueling
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khitiara/dueling
- Owner: Khitiara
- License: mit
- Created: 2023-08-16T16:23:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T23:58:40.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:13:32.510Z (9 months ago)
- Language: C#
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Dueling
A dotnet library adding [Dual Quaternions](https://en.wikipedia.org/wiki/Dual_quaternion) with float coefficients,
implemented using [System.Numerics.Quaternion](https://learn.microsoft.com/en-us/dotnet/api/system.numerics.quaternion?view=net-7.0)
for speed, thanks to the SIMD optimizations in `System.Numerics`.