Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ Rect
Class
Rect
oxide_math/components/rect.rs:2–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#[derive(Clone, Copy, Debug, PartialEq)]
2
pub struct Rect {
3
pub width: f32,
4
pub height: f32,
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected