Changeset 9773 for trunk/psLib/src/math/psEllipse.c
- Timestamp:
- Oct 28, 2006, 5:41:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psEllipse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psEllipse.c
r9768 r9773 33 33 shape.sx = 1.0 / sqrt(sxr); 34 34 shape.sy = 1.0 / sqrt(syr); 35 shape.sxy = 0.5* r2*sin(2*axes.theta);35 shape.sxy = 0.5*f2*sin(2*axes.theta); 36 36 37 37 return shape;
Note:
See TracChangeset
for help on using the changeset viewer.
