Vector3f

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

alias Vector3f = Vector!(float, 3)

Meta