Skip to main content

Vec3

Type Alias Vec3 

Source
pub type Vec3 = TVec3<f32>;
Expand description

A 3 component f32 vector

Aliased Typeยง

pub struct Vec3 { /* private fields */ }