Registry / utility / mat4
library0.2.1rscratesunverified

Matrix 4x4.

# Cargo.toml [dependencies] mat4 = "0.2.1"
INSTALL
IMPORT
SIG · MAT4
M
mat4
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mat4
use mat4::Mat4;

Creates a 4x4 identity matrix.

use mat4::Mat4; fn main() { let m = Mat4::identity(); println!("{:?}", m); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mat4 — cargo add mat4 · libregistry