Vector3d

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

alias Vector3d = Vector!(double, 3)

Meta