Searched refs:yNextUnitVector (Results 1 – 1 of 1) sorted by relevance
429 float yNextUnitVector = nextPoint.py_ - newSeparation.py_; in GetPointerPath() local430 float nextVectorLength = hypot(xNextUnitVector, yNextUnitVector); in GetPointerPath()433 yNextUnitVector /= nextVectorLength; in GetPointerPath()436 if ((xVector * xNextUnitVector + yVector * yNextUnitVector) < DEGREES_THRESHOLD) { in GetPointerPath()