Vector2f

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

alias Vector2f = Vector!(float, 2)

Meta