pub fn vec1<T>(x: T) -> Matrix<T, Const<1>, Const<1>, ArrayStorage<T, 1, 1>>where T: Scalar,
Creates a new 1D vector.
Construct a vector of bools:
bool
let v = glm::vec1(true);