Searched refs:outVy (Results 1 – 3 of 3) sorted by relevance
53 void getVelocity(int32_t id, float* outVx, float* outVy);111 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity() argument130 if (outVy) { in getVelocity()131 *outVy = vy; in getVelocity()
91 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
345 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity()349 *outVy = estimator.yCoeff[1]; in getVelocity()353 *outVy = 0; in getVelocity()