Function make_vec3

Source
pub fn make_vec3<T>(
    ptr: &[T],
) -> Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>
where T: Scalar,
Expand description

Creates a 3D vector from another vector.

ยงSee also: