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

https://github.com/bend-n/vecto

vec2
https://github.com/bend-n/vecto

Last synced: about 1 month ago
JSON representation

vec2

Awesome Lists containing this project

README

        

# vecto

smol rust lib for `Vector2`.

- is generic over floats
- has methods
- overloads operators

## usage

```rust
use vecto::Vec2;
let v = Vec2::splat(5.0);
```