Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ Scale
Interface
Scale
oxide_math/commons/vector.rs:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
pub trait Scale {
17
fn scale(&self, multiplier: f32) -> Self;
18
}
19
20
pub trait Negate {
21
fn negate(&self) -> Self;
Callers
nothing calls this directly
Implementers
4
quaternion.rs
oxide_math/commons/quaternion.rs
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