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

feat(vector2): add initial vector2 implementation #57

Merged
merged 7 commits into from May 25, 2020
Merged

Conversation

fallenoak
Copy link
Member

Closes #56

@fallenoak fallenoak requested a review from timkurvers May 25, 2020 18:12
@fallenoak fallenoak self-assigned this May 25, 2020
@codecov
Copy link

codecov bot commented May 25, 2020

Codecov Report

Merging #57 into master will increase coverage by 0.04%.
The diff coverage is 98.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   97.83%   97.88%   +0.04%     
==========================================
  Files           6        7       +1     
  Lines         646      708      +62     
  Branches       79       89      +10     
==========================================
+ Hits          632      693      +61     
- Misses         14       15       +1     
Impacted Files Coverage Δ
src/lib/Vector2.mjs 98.38% <98.38%> (ø)

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 fdd24be...8258994. Read the comment docs.

@fallenoak fallenoak merged commit 75b4390 into master May 25, 2020
@fallenoak fallenoak deleted the feat-vector2 branch May 25, 2020 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector2: Add initial implementation
1 participant