Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ normalize
Method
normalize
oxide_math/commons/vector3.rs:22–24 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
20
}
21
22
fn normalize(&self) -> Self {
23
self.scale(self.get_length().recip())
24
}
25
}
26
27
// impl vector::Rotate for Vector3 {
Callers
6
test_from_axis_angle
Function · 0.45
normalize
Function · 0.45
normalize
Function · 0.45
normalize
Function · 0.45
get_axis_angle
Function · 0.45
project_on_to
Method · 0.45
Calls
2
scale
Method · 0.45
get_length
Method · 0.45
Tested by
4
test_from_axis_angle
Function · 0.36
normalize
Function · 0.36
normalize
Function · 0.36
normalize
Function · 0.36