An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# simple-vector2d
[![Travis Build Status](https://img.shields.io/travis/LFalch/simple-vector2d.svg?style=flat-square)](https://travis-ci.org/LFalch/simple-vector2d)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/LFalch/simple-vector2d?branch=master&svg=true)](https://ci.appveyor.com/project/LFalch/simple-vector2d)
[![Crates.io](https://img.shields.io/crates/v/simple-vector2d.svg?style=flat-square)](https://crates.io/crates/simple-vector2d)
![Licence](https://img.shields.io/crates/l/simple-vector2d.svg?style=flat-square)
[![Docs.rs](https://docs.rs/simple-vector2d/badge.svg)](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/)