Changeset 34499 for trunk/psModules/src/objects/pmSourceOutputs.c
- Timestamp:
- Oct 4, 2012, 9:48:44 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceOutputs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceOutputs.c
r34403 r34499 233 233 234 234 float posAngle_x = atan2 (+dTPy_dCHx, +dTPx_dCHx); 235 float posAngle_y = atan2 (-dTP y_dCHy, +dTPx_dCHy);235 float posAngle_y = atan2 (-dTPx_dCHy, +dTPy_dCHy); 236 236 *posAngle = 0.5*(posAngle_x + posAngle_y); 237 237
Note:
See TracChangeset
for help on using the changeset viewer.
