Docs.rs
std140-0.2.7
std140 0.2.7
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
RSSchermer
Dependencies
std140-macros ^0.1.2
normal
Versions
97.87%
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
mat3x2
std140
0.2.7
mat3x2
Sections
Example
In crate std140
std140
Function
mat3x2
Copy item path
Source
pub fn mat3x2(c0:
vec2
, c1:
vec2
, c2:
vec2
) ->
mat3x2
Expand description
Initializes a
mat3x2
ยง
Example
See
mat3x2
.