2 writes to _c
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
343
_c
= 1/Math.Sqrt(1+t*t);
348
_c
= 1;
5 references to _c
PresentationCore (5)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (5)
344
_s = t *
_c
;
369
a[j,_p] =
_c
* tau1 - _s * tau2;
370
a[j,_q] = _s * tau1 +
_c
* tau2;
385
a[_p,j] =
_c
* tau1 - _s * tau2;
386
a[_q,j] = _s * tau1 +
_c
* tau2;