Three dimensional coordiante transformation.
commit46e2a690f8f03f66cbae3dafdebcd427086fd802
authorChristian Blau <cblau@gwdg.de>
Tue, 23 Apr 2019 13:03:52 +0000 (23 15:03 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Sat, 27 Apr 2019 18:42:23 +0000 (27 20:42 +0200)
tree92602a797a719589e1d1f88630ec7c634d19f648
parent646ea0f808f766f0031a430d899d6e1e73d91775
Three dimensional coordiante transformation.

Introduce class that transforms three dimensional coordiantes via scaling and translation.

Change-Id: Ic433400cf42c33d7eadd4a17020d0486542b8542
src/gromacs/math/coordinatetransformation.cpp [new file with mode: 0644]
src/gromacs/math/coordinatetransformation.h [new file with mode: 0644]
src/gromacs/math/tests/CMakeLists.txt
src/gromacs/math/tests/coordinatetransformation.cpp [new file with mode: 0644]