- 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_DEV.c
r35644 r35662 232 232 // if q1 < 0.0, f2 ~ f1, we have a very large axis ratio near 45deg.. Saturate at that 233 233 // angle and let f2,f1 fight it out 234 q2 = 0.5*sqrtf(q1); 234 // NOTE: the factor of 2 is needed to convert par[SXX,SYY] to shape.sx,sy 235 q2 = 2.0*0.5*sqrtf(q1); 235 236 } 236 237
Note:
See TracChangeset
for help on using the changeset viewer.
