Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ to_array
Method
to_array
perro_source/core/perro_structs/src/structs/snorm.rs:109–111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
107
}
108
109
#[inline]
110
pub const fn from_u8(v: [u8; 2]) -> Self {
111
Self {
112
x: SignedUnit::from_u8(v[0]),
113
y: SignedUnit::from_u8(v[1]),
114
}
Callers
13
from_variant
Method · 0.45
water_extract_frustum_planes
Function · 0.45
prepare
Method · 0.45
apply_font_delta
Method · 0.45
apply_harfbuzz_font_delta
Method · 0.45
enclose_local_spheres
Function · 0.45
camera
Function · 0.45
push_emitter_particles
Method · 0.45
sub3
Function · 0.45
cross3
Function · 0.45
normalize3
Function · 0.45
meshlet_bounds
Function · 0.45
Calls
1
to_f32
Method · 0.45
Tested by
no test coverage detected