Docs.rs
ginger-rs-0.1.2
ginger-rs 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
luk036
Dependencies
lds-rs ^0.1.6
normal
num-complex ^0.4
normal
num-traits ^0.2.19
normal
rayon ^1.11.0
normal
approx_eq ^0.1.8
dev
criterion ^0.7
dev
Versions
87.04%
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 matrix2
ginger
0.1.2
Module matrix2
Module Items
Structs
In crate ginger
ginger
Module
matrix2
Copy item path
Source
Expand description
This module implements a simple 2x2 matrix.
Structs
ยง
Matrix2
The code defines a generic struct called Matrix2 with two fields, x_ and y_, which are both of type Vector2.