Home
last modified time | relevance | path

Searched refs:motion_ang2 (Results 1 – 2 of 2) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkLock.h325 std::shared_ptr<ChFunction> GetMotion_ang2() const { return motion_ang2; } in GetMotion_ang2()
348 std::shared_ptr<ChFunction> motion_ang2; ///< user imposed angle rotation if three-angles rot. variable
H A DChLinkLock.cpp2075 motion_ang2 = chrono_types::make_shared<ChFunction_Const>(0); in CH_FACTORY_REGISTER()
2087 motion_ang2 = std::shared_ptr<ChFunction>(other.motion_ang2->Clone()); in ChLinkLockLock()
2118 motion_ang2 = m_funct; in SetMotion_ang2()
2184 vangles.y() = motion_ang2->Get_y(time); in UpdateTime()
2187 vangles_dt.y() = motion_ang2->Get_y_dx(time); in UpdateTime()
2190 vangles_dtdt.y() = motion_ang2->Get_y_dxdx(time); in UpdateTime()
2481 marchive << CHNVP(motion_ang2); in ArchiveOUT()
2523 marchive >> CHNVP(motion_ang2); in ArchiveIN()