Docs.rs
dotrix_egui-0.5.0
dotrix_egui 0.5.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Lowentwickler
Dependencies
dotrix_core ^0.5
normal
dotrix_overlay ^0.1
normal
egui ^0.14.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
vec2
dotrix_
egui
0.5.0
dotrix_egui
Function
vec2
Copy item path
Source
pub const fn vec2(x:
f32
, y:
f32
) ->
Vec2
Expand description
vec2(x,y) == Vec2::new(x, y)