Vector3i

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

alias Vector3i = Vector!(int, 3)

Meta