2 writes to _s
PresentationCore (2)
MS\Internal\Media3D\LineUtil.cs (2)
343
_s
= t * _c;
348
_s
= 0;
4 references to _s
PresentationCore (4)
MS\Internal\Media3D\LineUtil.cs (4)
368
a[j,_p] = _c * tau1 -
_s
* tau2;
369
a[j,_q] =
_s
* tau1 + _c * tau2;
384
a[_p,j] = _c * tau1 -
_s
* tau2;
385
a[_q,j] =
_s
* tau1 + _c * tau2;