2 instantiations of Vector
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (2)
45_vector = new Vector( 228return new Vector(l._x - r._x, l._y - r._y, l._z - r._z);
15 references to Vector
PresentationCore (15)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (15)
31private Vector _vector; 126double dotCurrent = Vector.DotProduct(_vector, target._vector); 127double dotBest = Vector.DotProduct(best._vector, target._vector); 217internal static double DotProduct(Vector l, Vector r) 226public static Vector operator -(Vector l, Vector r) 235public static bool operator ==(Vector l, Vector r) 244public static bool operator !=(Vector l, Vector r) 260if(o is Vector) 262Vector vector = (Vector)o;