bevy/crates/bevy_transform
James Liu b47c466880 Use Ref instead of &T and Changed<T> (#7175)
# Objective
Follow up #7097. Use `Ref<T>` instead of `&T` and the change detection query params.

## Solution
Replace them.
2023-01-12 22:39:59 +00:00
..
src Use Ref instead of &T and Changed<T> (#7175) 2023-01-12 22:39:59 +00:00
Cargo.toml Parallelized transform propagation (#4775) 2022-11-21 18:18:38 +00: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)