

#include "Goptical/Math/vector.hh"
#include "Goptical/Math/vector.hxx"

namespace Goptical {
  namespace Math {
    using _Goptical::Math::Vector;
    using _Goptical::Math::Vector2;
    using _Goptical::Math::Vector3;

    using _Goptical::Math::vector2_0;
    using _Goptical::Math::vector2_1;
    using _Goptical::Math::vector2_01;
    using _Goptical::Math::vector2_10;
    using _Goptical::Math::vector3_0;
    using _Goptical::Math::vector3_1;
    using _Goptical::Math::vector3_001;
    using _Goptical::Math::vector3_010;
    using _Goptical::Math::vector3_100;
  }
}


