2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-12 21:29:03 +00:00
bevy/crates/bevy_transform
Guim Caballero b060e16f62 Add synonyms for transform relative vectors ()
Fixes .

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>
2021-04-12 21:53:05 +00:00
..
src Add synonyms for transform relative vectors () 2021-04-12 21:53:05 +00:00
.gitignore move bevy crates to their own folder 2020-04-24 17:57:20 -07:00
Cargo.toml Release 0.5.0 () 2021-04-06 18:48:48 +00:00
LICENSE move bevy crates to their own folder 2020-04-24 17:57:20 -07:00
README.md transform: remove some dependencies and cleanup 2020-07-10 01:49:23 -07:00

Bevy Transform

This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)