Function look_at

Source
pub fn look_at(
    eye: impl Into<Vec3>,
    target: impl Into<Vec3>,
    up: impl Into<Vec3>,
) -> Mat4