Vector2d

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

alias Vector2d = Vector!(double, 2)

Meta