Registry / utility / batbox-la

batbox-la

JSON →
library0.16.0rscratesunverified

Linear algebra utilities for the Batbox game engine.

# Cargo.toml [dependencies] batbox-la = "0.16.0"
INSTALL
IMPORT
SIG · BATBOX-LA
B
batbox-la
utilityrustv0.16.0
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.

Vec2
use batbox_la::Vec2;

Creates a 2D vector and prints it.

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

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Meta
1
Amazon
1
OpenAI (training)
1
Resources
batbox-la — cargo add batbox-la · libregistry