Registry / utility / vec3
library0.2.1rscratesunverified

A 3-dimensional vector type for geometric computations.

# Cargo.toml [dependencies] vec3 = "0.2.1"
INSTALL
IMPORT
SIG · VEC3
V
vec3
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.

Vec3
use vec3::Vec3;

Creates a new 3D vector and prints it.

use vec3::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.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
vec3 — cargo add vec3 · libregistry