2 instantiations of Vector
PresentationCore (2)
MS\Internal\FontFace\MatchingStyle.cs (2)
35_vector = new Vector( 217return new Vector(l._x - r._x, l._y - r._y, l._z - r._z);
13 references to Vector
PresentationCore (13)
MS\Internal\FontFace\MatchingStyle.cs (13)
21private Vector _vector; 115double dotCurrent = Vector.DotProduct(_vector, target._vector); 116double dotBest = Vector.DotProduct(best._vector, target._vector); 206internal static double DotProduct(Vector l, Vector r) 215public static Vector operator -(Vector l, Vector r) 224public static bool operator ==(Vector l, Vector r) 233public static bool operator !=(Vector l, Vector r) 249if (o is Vector vector)