Function kalast::util::vec3

source ·
pub fn vec3<T>(
    x: T,
    y: T,
    z: T
) -> Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>
where T: Scalar,
Expand description

Creates a new 3D vector.