KameleonTransformationMatrix() in Transformation manager

This commit is contained in:
Sebastian Piwell
2016-06-06 10:20:53 -04:00
parent 4ae4ecca3c
commit 9e7c420719
5 changed files with 57 additions and 52 deletions

View File

@@ -42,6 +42,8 @@ public:
glm::dmat3 frameTransformationMatrix(std::string from, std::string to, double ephemerisTime) const;
private:
glm::dmat3 kameleonTransformationMatrix(std::string from, std::string to, double ephemerisTime) const;
std::shared_ptr<ccmc::Kameleon> _kameleon;
std::set<std::string> _kameleonFrames;
std::set<std::string> _dipoleFrames;