Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ Project
Interface
Project
oxide_math/commons/vector.rs:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
pub trait Project {
39
fn project_on_to(&self, _rhs: &Self) -> Self;
40
}
Callers
nothing calls this directly
Implementers
3
vector3.rs
oxide_math/commons/vector3.rs
vector4.rs
oxide_math/commons/vector4.rs
vector2.rs
oxide_math/commons/vector2.rs
Calls
no outgoing calls
Tested by
no test coverage detected