Docs.rs
shadowengine2d-2.0.0
shadowengine2d 2.0.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
JackOwnerOfwhisper
Dependencies
bytemuck ^1.12
normal
fastrand ^2.0
normal
futures ^0.3
normal
glam ^0.27
normal
image ^0.25
normal
parry2d ^0.13
normal
pollster ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
wgpu ^23.0
normal
winit ^0.30
normal
Versions
0.08%
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
Module math
shadowengine2d
2.0.0
Module math
Module Items
Structs
Type Aliases
In crate shadowengine2d
shadowengine2d
Module
math
Copy item path
Source
Structs
§
Color
Mat3
A 3x3 column major matrix.
Mat4
A 4x4 column major matrix.
Quat
A quaternion representing an orientation.
Rect
Vec2
A 2-dimensional vector.
Vec3
A 3-dimensional vector.
Vec4
A 4-dimensional vector.
Type Aliases
§
Position
Size