2 instantiations of Vector
PresentationCore (2)
MS\Internal\FontFace\MatchingStyle.cs (2)
36
_vector = new
Vector
(
218
return 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)
22
private
Vector
_vector;
116
double dotCurrent =
Vector
.DotProduct(_vector, target._vector);
117
double dotBest =
Vector
.DotProduct(best._vector, target._vector);
207
internal static double DotProduct(
Vector
l,
Vector
r)
216
public static
Vector
operator -(
Vector
l,
Vector
r)
225
public static bool operator ==(
Vector
l,
Vector
r)
234
public static bool operator !=(
Vector
l,
Vector
r)
250
if(o is
Vector
)
252
Vector
vector = (
Vector
)o;