struct mrpt::opengl::CAnimatedAssimpModel::VectorKey

Overview

struct VectorKey
{
    // fields

    double time = 0.0;
    mrpt::math::TPoint3Df value;
};