Vector.unproject

Projects vector3 from screen space into object space

struct Vector(T, size_t N)
static if(N == 3)
unproject
if (
isNumeric!T &&
N > 0
)

Meta