Docs.rs
maph-0.8.1
maph 0.8.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
delphine-birch
Dependencies
bimap ^0.6.2
normal
bytemuck ^1.13
normal
criterion ^0.4
dev
Versions
51.2%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
maph
0.8.1
Float3
Aliased Type
Fields
x
y
z
In crate maph
maph
Type Alias
Float3
Copy item path
Source
pub type Float3 =
Float3
;
Aliased Type
§
struct Float3 { pub x:
f32
, pub y:
f32
, pub z:
f32
, }
Fields
§
§
x:
f32
§
y:
f32
§
z:
f32