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