MCPcopy 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
38pub trait Project {
39 fn project_on_to(&self, _rhs: &Self) -> Self;
40}

Callers

nothing calls this directly

Implementers 3

vector3.rsoxide_math/commons/vector3.rs
vector4.rsoxide_math/commons/vector4.rs
vector2.rsoxide_math/commons/vector2.rs

Calls

no outgoing calls

Tested by

no test coverage detected