3 references to GetProjection
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
667Vector P1P2p = spineVector + GetProjection(-spineVector, P1Xp - spineVector);
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (2)
503Vector nearestOnFirst = GetProjection(-hitPoint, linesVector - hitPoint); 506Vector nearestOnSecond = GetProjection(hitPoint, hitPoint + linesVector);