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