Searched refs:outVx (Results 1 – 3 of 3) sorted by relevance
52 void getVelocity(int32_t id, float* outVx, float* outVy);110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity() argument126 if (outVx) { in getVelocity()127 *outVx = vx; in getVelocity()
91 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
335 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity() argument338 *outVx = estimator.xCoeff[1]; in getVelocity()342 *outVx = 0; in getVelocity()