coord 0.3.0

A simple, intuitive vector mathematics crate
Documentation

Coord


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

Features

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