Docs.rs
matriarch-0.1.0
matriarch 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
TheAssailant
Dependencies
Versions
15.22%
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
Crate matriarch
matriarch
0.1.0
All Items
Sections
Matriarch
Crate Items
Structs
Crate
matriarch
Copy item path
Source
Expand description
§
Matriarch
Matriarch is a Linear Algebra and Matrix library written in pure Rust.
Structs
§
Mat2
A 2x2 Matrix with elements arranged in row-major order.
Mat3
A 3x3 Matrix with elements arranged in row-major order.
Mat4
A 4x4 Matrix with elements arraged in row-major order.
Vec2
A 2D Vector with elements x and y
Vec3
A 3D vector with elements x, y, and z
Vec4
A 4D Vector with elements x, y, z, and w