1v13d/FxEngine/math/coord.cpp

9 lines
104 B
C++
Raw Normal View History

#include "coord.h"
2019-07-18 17:04:34 +02:00
#include "angle.h"
void FE_Coord::calc()
{
transformed=original-real;
// rotate
}