2 writes to _c
PresentationCore (2)
MS\Internal\Media3D\LineUtil.cs (2)
342_c = 1/Math.Sqrt(1+t*t); 347_c = 1;
5 references to _c
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (5)
343_s = t * _c; 368a[j,_p] = _c * tau1 - _s * tau2; 369a[j,_q] = _s * tau1 + _c * tau2; 384a[_p,j] = _c * tau1 - _s * tau2; 385a[_q,j] = _s * tau1 + _c * tau2;