Home | History | Annotate | Download | only in src

Lines Matching refs:diff

389   PCM_DMX_SPEAKER_POSITION diff;
391 diff.x = posA.x - posB.x;
392 diff.y = posA.y - posB.y;
393 diff.z = posA.z - posB.z;
395 return ((diff.x * diff.x) + (diff.y * diff.y) + (diff.z * diff.z));