simGetJointTargetVelocity

Retrieves the target linear/angular velocity of a non-spherical joint

C++ synopsis

int simGetJointTargetVelocity(int objectHandle, double* targetVelocity)

Arguments

  • objectHandle: handle of the joint object
  • targetVelocity (output): target linear/angular velocity of the joint

Return

  • -1 if operation was not successful


See also: