2 references to DotProduct
PresentationCore (2)
MS\Internal\FontFace\MatchingStyle.cs (2)
116double dotCurrent = Vector.DotProduct(_vector, target._vector); 117double dotBest = Vector.DotProduct(best._vector, target._vector);