source:
GTP/trunk/App/Demos/Illum/HierRayEngine/Vector.cpp
@
1481
Revision 1481, 193 bytes checked in by szirmay, 18 years ago (diff) |
---|
Line | |
---|---|
1 | #include "dxstdafx.h" |
2 | #include "Vector.hpp" |
3 | |
4 | const Vector Vector::RGBBLACK(0.0f, 0.0f, 0.0f); |
5 | const Vector Vector::RGBWHITE(0.9f, 0.9f, 0.9f); |
6 | |
7 | const double Vector::PI = 3.14159265358979323846; |
Note: See TracBrowser
for help on using the repository browser.