mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
b060e16f62
Fixes #1663. I think the directions are correct (same as [here](https://docs.godotengine.org/en/stable/classes/class_vector3.html?highlight=forward#constants)), but please double check because I might have mixed them up. Co-authored-by: guimcaballero <guim.caballero@gmail.com> Co-authored-by: Guim Caballero <guim.caballero@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Bevy Transform
This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)