Registry / utility / vek
library0.17.2rscratesunverified

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.

# Cargo.toml [dependencies] vek = "0.17.2"
INSTALL
IMPORT
SIG · VEK
V
vek
utilityrustv0.17.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.

Vec3
use vek::Vec3;

Create and print a 3D vector.

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

No known issues recorded.

Upgrade
Version history
0.17.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
vek — cargo add vek · libregistry