[][src]Type Definition const_linear::matrix::VectorF32

type VectorF32<const N: usize> = Vector<f32, { N }>;

An N dimensional vector of f32 values.