2 instantiations of Vector
PresentationCore (2)
MS\Internal\FontFace\MatchingStyle.cs (2)
36_vector = new Vector( 218return new Vector(l._x - r._x, l._y - r._y, l._z - r._z);
15 references to Vector
PresentationCore (15)
MS\Internal\FontFace\MatchingStyle.cs (15)
22private Vector _vector; 116double dotCurrent = Vector.DotProduct(_vector, target._vector); 117double dotBest = Vector.DotProduct(best._vector, target._vector); 207internal static double DotProduct(Vector l, Vector r) 216public static Vector operator -(Vector l, Vector r) 225public static bool operator ==(Vector l, Vector r) 234public static bool operator !=(Vector l, Vector r) 250if(o is Vector) 252Vector vector = (Vector)o;