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