Docs.rs
baba-0.2.1
baba 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rniii
Dependencies
bytemuck ^1.16.1
normal
ecolor ^0.28.1
normal
env_logger ^0.11.3
normal
glam ^0.28.0
normal
image ^0.25.1
normal
log ^0.4.22
normal
parking_lot ^0.12.3
normal
sdl2 ^0.37.0
normal
sdl2-sys ^0.37.0
normal
thiserror ^1.0.63
normal
Versions
98.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
ivec4
baba
0.2.1
In baba::
math
baba
::
math
Function
ivec4
Copy item path
Source
pub const fn ivec4(x:
i32
, y:
i32
, z:
i32
, w:
i32
) ->
IVec4
Expand description
Creates a 4-dimensional vector.