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