#include <dynamics2d_velocity_control.h>
◆ CDynamics2DVelocityControl()
◆ ~CDynamics2DVelocityControl()
argos::CDynamics2DVelocityControl::~CDynamics2DVelocityControl |
( |
| ) |
|
|
virtual |
◆ AttachTo()
void argos::CDynamics2DVelocityControl::AttachTo |
( |
cpBody * |
pt_body | ) |
|
◆ Detach()
void argos::CDynamics2DVelocityControl::Detach |
( |
| ) |
|
◆ GetAngularConstraint()
cpConstraint* argos::CDynamics2DVelocityControl::GetAngularConstraint |
( |
| ) |
|
|
inline |
◆ GetAngularVelocity()
Real argos::CDynamics2DVelocityControl::GetAngularVelocity |
( |
| ) |
const |
◆ GetControlBody()
cpBody* argos::CDynamics2DVelocityControl::GetControlBody |
( |
| ) |
|
|
inline |
◆ GetControlledBody()
cpBody* argos::CDynamics2DVelocityControl::GetControlledBody |
( |
| ) |
|
|
inline |
◆ GetLinearConstraint()
cpConstraint* argos::CDynamics2DVelocityControl::GetLinearConstraint |
( |
| ) |
|
|
inline |
◆ GetLinearVelocity()
CVector2 argos::CDynamics2DVelocityControl::GetLinearVelocity |
( |
| ) |
const |
◆ GetMaxForce()
Real argos::CDynamics2DVelocityControl::GetMaxForce |
( |
| ) |
const |
|
inline |
◆ GetMaxTorque()
Real argos::CDynamics2DVelocityControl::GetMaxTorque |
( |
| ) |
const |
|
inline |
◆ Reset()
void argos::CDynamics2DVelocityControl::Reset |
( |
| ) |
|
◆ SetAngularVelocity()
void argos::CDynamics2DVelocityControl::SetAngularVelocity |
( |
Real |
f_velocity | ) |
|
◆ SetLinearVelocity()
void argos::CDynamics2DVelocityControl::SetLinearVelocity |
( |
const CVector2 & |
c_velocity | ) |
|
◆ m_cDyn2DEngine
◆ m_fMaxForce
Real argos::CDynamics2DVelocityControl::m_fMaxForce |
|
protected |
◆ m_fMaxTorque
Real argos::CDynamics2DVelocityControl::m_fMaxTorque |
|
protected |
◆ m_ptAngularConstraint
cpConstraint* argos::CDynamics2DVelocityControl::m_ptAngularConstraint |
|
protected |
◆ m_ptControlBody
cpBody* argos::CDynamics2DVelocityControl::m_ptControlBody |
|
protected |
◆ m_ptControlledBody
cpBody* argos::CDynamics2DVelocityControl::m_ptControlledBody |
|
protected |
◆ m_ptLinearConstraint
cpConstraint* argos::CDynamics2DVelocityControl::m_ptLinearConstraint |
|
protected |