24 references to WhereIsVectorAboutVector
PresentationCore (24)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (3)
368(WhereIsVectorAboutVector(endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.Right)) 554if (isInside && (WhereIsVectorAboutVector( 781if ((WhereIsVectorAboutVector(-segBegin, segVector) == HitResult.Left)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (11)
233HitResult goingTo = WhereIsVectorAboutVector(connection, _vertices[(i + 1) % count] - _vertices[i]); 240HitResult comingFrom = WhereIsVectorAboutVector(_vertices[i] - _vertices[j], connection); 259HitResult comingFrom = WhereIsVectorAboutVector(_vertices[i] - _vertices[j], connection); 621: (WhereIsVectorAboutVector( 732(!testNextEdge && (HitResult.Left != WhereIsVectorAboutVector(nextNode, nextVertex)))) 749hit = WhereIsVectorAboutVector(hitPoint, nextNode); 763if (HitResult.Left == WhereIsVectorAboutVector( 1014if (isInside && WhereIsVectorAboutVector( 1080: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.Right); 1181: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.Right); 1291: (WhereIsVectorAboutVector(
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (10)
324else if ((WhereIsVectorAboutVector(hitBegin - orgBegin, AB) == HitResult.Left) 325|| (WhereIsVectorAboutVector(hitEnd - orgBegin, AB) == HitResult.Left)) 368HitResult vResult = WhereIsVectorAboutVector(-segBegin, segVector); 427if (HitResult.Right == WhereIsVectorAboutVector(arcEnd, arcBegin)) 430if ((HitResult.Left != WhereIsVectorAboutVector(hitVector, arcBegin)) && 431(HitResult.Right != WhereIsVectorAboutVector(hitVector, arcEnd))) 436else if ((HitResult.Left != WhereIsVectorAboutVector(hitVector, arcBegin)) || 437(HitResult.Right != WhereIsVectorAboutVector(hitVector, arcEnd))) 442if ((WhereIsVectorAboutVector(hitVector - arcBegin, TurnLeft(arcBegin)) != HitResult.Left) || 443(WhereIsVectorAboutVector(hitVector - arcEnd, TurnRight(arcEnd)) != HitResult.Right))