re_math 0.20.0

An opinionated game math library built on top the excellent glam
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `re_math`

[<img alt="github" src="https://img.shields.io/badge/github-rerun_io/re_math-8da0cb?logo=github" height="20">](https://github.com/rerun-io/re_math)
[![Latest version](https://img.shields.io/crates/v/re_math.svg)](https://crates.io/crates/re_math)
[![Documentation](https://docs.rs/re_math/badge.svg)](https://docs.rs/re_math)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)


`re_math` is a 3D math library built on top of [`glam`](https://github.com/bitshifter/glam-rs).

`re_math` is a fork of [`macaw`](https://crates.io/crates/macaw) by [Embark Studios](https://www.embark-studios.com/). Since `macaw` was never publicly published on git (AFICT), the first commit in this repository is a copy of [`macaw` 0.19.1 from crates.io](https://crates.io/crates/macaw/0.19.1). All further commits are changed made by Rerun.