- Timestamp:
- Jun 14, 2013, 6:23:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psModules/src/objects/models/pmModel_EXP.c
r35644 r35662 224 224 // if q1 < 0.0, f2 ~ f1, we have a very large axis ratio near 45deg.. Saturate at that 225 225 // angle and let f2,f1 fight it out 226 q2 = 0.5*sqrtf(q1); 226 // NOTE: the factor of 2 is needed to convert par[SXX,SYY] to shape.sx,sy 227 q2 = 2.0*0.5*sqrtf(q1); 227 228 } 228 229
Note:
See TracChangeset
for help on using the changeset viewer.
