3 references to GetProjection
PresentationCore (3)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
660Vector P1P2p = spineVector + GetProjection(-spineVector, P1Xp - spineVector);
MS\Internal\Ink\StrokeNodeOperations2.cs (2)
498Vector nearestOnFirst = GetProjection(-hitPoint, linesVector - hitPoint); 501Vector nearestOnSecond = GetProjection(hitPoint, hitPoint + linesVector);