Docs.rs
bevy_math-0.15.0
bevy_math 0.15.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
approx ^0.5
normal
optional
bevy_reflect ^0.15.0
normal
optional
derive_more ^1
normal
glam ^0.29
normal
itertools ^0.13.0
normal
libm ^0.2
normal
optional
rand ^0.8
normal
optional
rand_distr ^0.4.3
normal
optional
serde ^1
normal
optional
smallvec ^1.11
normal
approx ^0.5
dev
bevy_math ^0.15.0
dev
glam ^0.29
dev
rand ^0.8
dev
rand_chacha ^0.3
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_
math
0.15.0
bevy_math
Function
i16vec2
Copy item path
Source
pub const fn i16vec2(x:
i16
, y:
i16
) ->
I16Vec2
Expand description
Creates a 2-dimensional vector.