structure to hold current hand state while recording with demo-benchmark More...
Public Member Functions | |
sRecordedData (double _t, std::vector< double > const &_aaa, std::vector< double > const &_aav, std::vector< double > const &_atv) | |
Public Attributes | |
double | t |
std::vector< double > | aaa |
std::vector< double > | aav |
std::vector< double > | atv |
structure to hold current hand state while recording with demo-benchmark
sRecordedData::sRecordedData | ( | double | _t, |
std::vector< double > const & | _aaa, | ||
std::vector< double > const & | _aav, | ||
std::vector< double > const & | _atv | ||
) | [inline] |
std::vector<double> sRecordedData::aaa |
std::vector<double> sRecordedData::aav |
std::vector<double> sRecordedData::atv |
double sRecordedData::t |