1v13d/FxEngine/math/coord.cpp

7 lines
84 B
C++

#include "coord.h"
void FE_Coord::calc()
{
transformed=original-real;
// rotate
}