xjiang4 / ellipsoids

Automatically exported from code.google.com/p/ellipsoids
Other
0 stars 1 forks source link

Fix discrepancies in ReachContinuous class #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1) We need to add getAbsTol and getRelTol methods to AReach class and make 
ReachContinous use them. Otherwise there is no way for a use of ReachContinuous 
to regulate a calculation precision.

2) nPlot3dPoints and nPlot2dPoints should be used in all plotting functions as 
opposed to relying on the constants to define a number of points for 
triangulation/circle partition.

3) All "return" calls in ReachContinuous need to be removed. Use if else then 
instead.

Original issue reported on code.google.com by heartofm...@gmail.com on 8 Apr 2013 at 3:43