Searched refs:firstGroundTruth (Results 1 – 1 of 1) sorted by relevance
361 const GroundTruthPoint& firstGroundTruth, const GroundTruthPoint& secondGroundTruth) { in generatePredictionsByLinearExtrapolation() argument363 const Eigen::Vector2f trajectory = secondGroundTruth.position - firstGroundTruth.position; in generatePredictionsByLinearExtrapolation()364 const float deltaPressure = secondGroundTruth.pressure - firstGroundTruth.pressure; in generatePredictionsByLinearExtrapolation()