Skip to main content

Vec3

Type Alias Vec3 

Source
pub type Vec3<T> = Vector<3, T, Aligned>;
Expand description

A 3-dimensional vector.

This type may be SIMD-aligned depending on the target architecture.

Aliased Typeยง

pub struct Vec3<T>(/* private fields */);