7 references to Length
PresentationCore (7)
MS\Internal\AnimatedTypeHelpers.cs (2)
446
return Math.Abs((to - from).
Length
);
503
return Math.Abs((to - from).
Length
);
System\Windows\Media3D\MeshGeometry3D.cs (2)
418
double dist = (worldPointHit - rayParams.Origin).
Length
;
518
double dist = hitVector.
Length
;
System\Windows\Media3D\Quaternion.cs (1)
90
double length = axisOfRotation.
Length
;
System\Windows\Media3D\Vector3D.cs (2)
172
theta = Math.PI - 2.0 * Math.Asin((-vector1 - vector2).
Length
/ 2.0);
176
theta = 2.0 * Math.Asin((vector1 - vector2).
Length
/ 2.0);