- Timestamp:
- Oct 9, 2013, 4:11:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psLib/src/math/psEllipse.c
r36149 r36197 224 224 double p = PS_SQR(pol.e0) + PS_SQR(q) - 2.0*q*pol.e0; 225 225 226 double f1 = 4*pol.e0 / p;227 double f2 = 4*q/ p;226 // double f1 = 4*pol.e0 / p; 227 // double f2 = 4*q / p; 228 228 229 229 double sxr = 2.0*(pol.e0 - pol.e1) / p;
Note:
See TracChangeset
for help on using the changeset viewer.
