Docs.rs
glium-types-0.6.1
glium-types 0.6.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
OR
CC-BY-4.0
Links
Repository
crates.io
Source
Owners
abss-witch
Dependencies
derive-cmp-ops ^0.1.0
normal
glium ^0.36.0
normal
winit ^0.30.0
dev
Versions
43.57%
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
glium_
types
0.6.1
In glium_
types::
vectors
glium_types
::
vectors
Function
vec2
Copy item path
Source
pub const fn vec2(x:
f32
, y:
f32
) ->
Vec2
Expand description
create a vector with an x and y coordinate.