Searched refs:shiftedY (Results 1 – 1 of 1) sorted by relevance
40 const float shiftedY = y - mUY; in getProbabilityDensity() local42 const float rotatedShiftedX = mCosTheta * shiftedX + mSinTheta * shiftedY; in getProbabilityDensity()43 const float rotatedShiftedY = -mSinTheta * shiftedX + mCosTheta * shiftedY; in getProbabilityDensity()