Searched defs:outVx (Results 1 – 2 of 2) sorted by relevance
108 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity()
326 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity()1201 float outVx = 0, outVy = 0; in getEstimator() local