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