Docs.rs
quantized-mesh-0.1.0
quantized-mesh 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
rot1024
Dependencies
flate2 ^1
normal
serde ^1
normal
serde_json ^1
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
decode_zigzag_delta
quantized_
mesh
0.1.0
quantized_mesh
Function
decode_
zigzag_
delta
Copy item path
Source
pub fn decode_zigzag_delta(encoded: &[
u16
]) ->
Vec
<
u16
>
Expand description
Decode zig-zag delta encoded values.