tarcieri / micromath

Embedded Rust arithmetic, 2D/3D vector, and statistics library
Apache License 2.0
402 stars 21 forks source link

Quaternion from 2 vectors #94

Closed korken89 closed 3 years ago

korken89 commented 3 years ago

Implements a simple way to get a quaternion representing the rotation between 2 vectors.

codecov-commenter commented 3 years ago

Codecov Report

Merging #94 (c96f4a5) into main (2458446) will decrease coverage by 2.80%. The diff coverage is 0.00%.

:exclamation: Current head c96f4a5 differs from pull request most recent head 792ef7d. Consider uploading reports for the commit 792ef7d to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
- Coverage   57.42%   54.61%   -2.81%     
==========================================
  Files          38       38              
  Lines         876      921      +45     
==========================================
  Hits          503      503              
- Misses        373      418      +45     
Impacted Files Coverage Δ
src/quaternion.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2458446...792ef7d. Read the comment docs.

tarcieri commented 3 years ago

Thank you!