https://github.com/lfalch/simple-vector2d
Simple 2D vector implementation
https://github.com/lfalch/simple-vector2d
2d-vector crates rust-library rustlang vector2d
Last synced: 9 months ago
JSON representation
Simple 2D vector implementation
- Host: GitHub
- URL: https://github.com/lfalch/simple-vector2d
- Owner: LFalch
- License: mit
- Created: 2016-08-20T13:12:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T08:04:10.000Z (over 7 years ago)
- Last Synced: 2024-11-22T03:06:57.434Z (over 1 year ago)
- Topics: 2d-vector, crates, rust-library, rustlang, vector2d
- Language: Rust
- Size: 657 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-vector2d
[](https://travis-ci.org/LFalch/simple-vector2d)
[](https://ci.appveyor.com/project/LFalch/simple-vector2d)
[](https://crates.io/crates/simple-vector2d)

[](https://docs.rs/simple-vector2d)
Simple and generic implementation of 2D vectors.
Read the docs for more information.
To use this crate, add this to your Cargo.toml:
```toml
[dependencies]
simple_vector2d = "0.1"
```
## Documentation
[Read documentation](https://docs.rs/simple-vector2d/)