24 references to WhereIsVectorAboutVector
PresentationCore (24)
MS\Internal\Ink\EllipticalNodeOperations.cs (3)
362
(
WhereIsVectorAboutVector
(endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.Right))
548
if (isInside && (
WhereIsVectorAboutVector
(
773
if ((
WhereIsVectorAboutVector
(-segBegin, segVector) == HitResult.Left)
MS\Internal\Ink\StrokeNodeOperations.cs (11)
222
HitResult goingTo =
WhereIsVectorAboutVector
(connection, _vertices[(i + 1) % count] - _vertices[i]);
229
HitResult comingFrom =
WhereIsVectorAboutVector
(_vertices[i] - _vertices[j], connection);
248
HitResult comingFrom =
WhereIsVectorAboutVector
(_vertices[i] - _vertices[j], connection);
602
: (
WhereIsVectorAboutVector
(
710
(!testNextEdge && (HitResult.Left !=
WhereIsVectorAboutVector
(nextNode, nextVertex))))
727
hit =
WhereIsVectorAboutVector
(hitPoint, nextNode);
741
if (HitResult.Left ==
WhereIsVectorAboutVector
(
992
if (isInside &&
WhereIsVectorAboutVector
(
1058
: (
WhereIsVectorAboutVector
(-hitBegin, hitSegment.Vector) == HitResult.Right);
1159
: (
WhereIsVectorAboutVector
(-hitBegin, hitSegment.Vector) == HitResult.Right);
1269
: (
WhereIsVectorAboutVector
(
MS\Internal\Ink\StrokeNodeOperations2.cs (10)
318
else if ((
WhereIsVectorAboutVector
(hitBegin - orgBegin, AB) == HitResult.Left)
319
|| (
WhereIsVectorAboutVector
(hitEnd - orgBegin, AB) == HitResult.Left))
362
HitResult vResult =
WhereIsVectorAboutVector
(-segBegin, segVector);
421
if (HitResult.Right ==
WhereIsVectorAboutVector
(arcEnd, arcBegin))
424
if ((HitResult.Left !=
WhereIsVectorAboutVector
(hitVector, arcBegin)) &&
425
(HitResult.Right !=
WhereIsVectorAboutVector
(hitVector, arcEnd)))
430
else if ((HitResult.Left !=
WhereIsVectorAboutVector
(hitVector, arcBegin)) ||
431
(HitResult.Right !=
WhereIsVectorAboutVector
(hitVector, arcEnd)))
436
if ((
WhereIsVectorAboutVector
(hitVector - arcBegin, TurnLeft(arcBegin)) != HitResult.Left) ||
437
(
WhereIsVectorAboutVector
(hitVector - arcEnd, TurnRight(arcEnd)) != HitResult.Right))