bevy/crates/bevy_math
Arnav Mummineni 94b574ad16
Rename bevy_math::rects conversion methods (#9159)
# Objective

Some of the conversion methods on the new rect types introduced in #7984
have misleading names.

## Solution

Rename all methods returning an `IRect` to `as_irect` and all methods
returning a `URect` to `as_urect`.

## Migration Guide

Replace uses of the old method names with the new method names.
2023-07-15 21:10:39 +00:00
..
src Rename bevy_math::rects conversion methods (#9159) 2023-07-15 21:10:39 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00