Searched defs:AggregatedStrokeMetrics (Results 1 – 1 of 1) sorted by relevance
116 struct AggregatedStrokeMetrics { struct118 float alongTrajectoryErrorSum = 0;119 float alongTrajectorySumSquaredErrors = 0;120 float offTrajectorySumSquaredErrors = 0;121 float pressureSumSquaredErrors = 0;122 size_t generalErrorsCount = 0;125 float highVelocityAlongTrajectorySse = 0;126 float highVelocityOffTrajectorySse = 0;127 size_t highVelocityErrorsCount = 0;130 float scaleInvariantAlongTrajectorySse = 0;[all …]