Home
last modified time | relevance | path

Searched refs:rotatedPredictionError (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp199 const Eigen::Vector2f rotatedPredictionError = Eigen::Rotation2Df(-theta) * predictionError; in updateAggregatedMetrics() local
200 alongTrajectoryError = rotatedPredictionError[0]; in updateAggregatedMetrics()
201 offTrajectoryError = rotatedPredictionError[1]; in updateAggregatedMetrics()