#pragma once #include "EulerArray.h" #include "FullColumn.h" #include "FullMatrix.h" namespace MbD { class EulerParameters : public EulerArray { //aA aB aC pApE public: static std::shared_ptr>>> ppApEpEtimesColumn(FColDsptr col); static std::shared_ptr>>> ppApEpEtimesMatrix(FMatDsptr col); }; }