Registry / utility / na
library0.32.2rscratesunverified

A wrapper around nalgebra to make it easier and less verbose to work with vector math for graphics.

# Cargo.toml [dependencies] na = "0.32.2"
INSTALL
IMPORT
SIG · NA
N
na
utilityrustv0.32.2
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.

Vector3
use na::Vector3;

Creates a 3D vector using the simplified nalgebra wrapper.

use na::Vector3; fn main() { let v = Vector3::new(1.0, 2.0, 3.0); println!("Vector: {:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
na — cargo add na · libregistry