Vector4f

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

alias Vector4f = Vector!(float, 4)

Meta