coord 0.3.0

A simple, intuitive vector mathematics crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Coord

---

Coord is a simple, intuitive vector mathematics library for Rust.

## Features

- [x] Generic `Vec1`, `Vec2`, `Vec3` and `Vec4` types
- [x] `VecXu`, `VecXi` and `VecXf` type definitions
- [x] Implementation of basic mathematics operations (`Add`, `Sub`, `Mul`, `Div`)
- [ ] Implementation of mathematics functions (i.e: `.length()`, `.cross(v)`, etc.)
- [ ] Implementation of bitwise operations