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