Vector4i

int型の4次元ベクトルです.

alias Vector4i = Vector!(int, 4)

Meta