linbra 0.0.2

Easily do linear algebra in game development, graphics and other sorts of calculations using vectors and matrices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Antonin Hérault <antonherault@gmail.com>"]
description = "Easily do linear algebra in game development, graphics and other sorts of calculations using vectors and matrices"
edition = "2021"
keywords = ["algebra", "graphics", "gamedev", "maths", "linear-algebra"]
license = "MIT"
name = "linbra"
readme = "README.md"
version = "0.0.2"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "docs/katex.html"]