bevy/crates/bevy_transform
Jan Hohenheim df80b99e69
Optimize unnecessary normalizations for Transform::local_{xyz} (#14171)
Note that `GlobalTransform` already does it like this for `right`,
`left`, etc. so I didn't have to touch that one
2024-07-08 01:05:09 +00:00
..
src Optimize unnecessary normalizations for Transform::local_{xyz} (#14171) 2024-07-08 01:05:09 +00:00
Cargo.toml Allow bevy_transform to be used as a barebones dependency (#13533) 2024-06-01 11:34:49 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Transform

License Crates.io Downloads Docs Discord

This crate contains types and functions associated with the Transform component.