MCPcopy 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
16pub trait Scale {
17 fn scale(&self, multiplier: f32) -> Self;
18}
19
20pub trait Negate {
21 fn negate(&self) -> Self;

Callers

nothing calls this directly

Implementers 4

quaternion.rsoxide_math/commons/quaternion.rs
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