#include "dxstdafx.h" #include "Vector.hpp" const Vector Vector::RGBBLACK(0.0f, 0.0f, 0.0f); const Vector Vector::RGBWHITE(0.9f, 0.9f, 0.9f);