Docs.rs
rootvg-core-0.2.0
rootvg-core 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
BillyDM
Dependencies
bytemuck ^1.14.1
normal
euclid ^0.22.9
normal
half ^2.3.1
normal
optional
log ^0.4.21
normal
rgb ^0.8.37
normal
wgpu ^0.20.0
normal
Versions
69.5%
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
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
rootvg_
core
0.2.0
In rootvg_
core::
math
rootvg_core
::
math
Function
vector
Copy item path
Source
pub const fn vector(x:
f32
, y:
f32
) ->
Vector
Expand description
Shorthand for
Vector::new(x, y)
.