Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ Average
Interface
Average
oxide_math/commons/matrix.rs:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
pub trait Average {
37
fn average(&self) -> f32;
38
}
39
40
pub trait Min {
41
fn min(&self) -> f32;
Callers
nothing calls this directly
Implementers
1
matrix2x2.rs
oxide_math/commons/matrix2x2.rs
Calls
no outgoing calls
Tested by
no test coverage detected