The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
@todo | 0 | @todo |
TODO | 39 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 39
math.geom2d.Box2D | Line |
---|---|
implement a more precise method | 513 |
math.geom2d.circulinear.CirculinearContinuousCurve2D | Line |
remove inheritance to deprecated interface =================================================================== redefines declaration of CirculinearCurve2D interfaces | 27 |
math.geom2d.circulinear.CirculinearCurve2DUtils | Line |
throw exception instead of this ugly error management | 1134 |
maybe replace by a dedicated method that could manage several types of junctions ? | 1218 |
math.geom2d.circulinear.GenericCirculinearRing2D | Line |
parametrize with curve type ? | 29 |
math.geom2d.conic.CircleArc2D | Line |
add processing of special cases (arc contains transform center) | 290 |
math.geom2d.conic.Conic2DUtils | Line |
add CrossConic2D | 392 |
math.geom2d.conic.Hyperbola2D | Line |
check convention for transform with indirect transform, see Curve2D. | 543 |
math.geom2d.conic.HyperbolaBranch2D | Line |
Auto-generated method stub | 145 |
math.geom2d.conic.HyperbolaBranchArc2D | Line |
Auto-generated method stub | 69 |
Auto-generated method stub | 74 |
Auto-generated method stub | 79 |
math.geom2d.conic.Parabola2D | Line |
Computes on polyline approximation, needs to compute on whole curve | 452 |
manage parabolas with horizontal or vertical orientations | 509 |
check if transform work also for non-motion transforms... | 521 |
math.geom2d.conic.ParabolaArc2D | Line |
Auto-generated method stub | 244 |
Auto-generated method stub | 289 |
math.geom2d.curve.Curve2D | Line |
specifies orientation of transformed curve. Should we invert curve when transform is not direct ? | 177 |
math.geom2d.domain.OrientedCurve2D | Line |
think about either deprecate or better define | 80 |
what to do with non-continuous oriented curves ? public abstract OrientedCurve2D getSubCurve(double t0, double t1); | 85 |
math.geom2d.point.KDTree2D | Line |
make KDTree2D implements PointSet2D | 33 |
math.geom2d.polygon.LinearRing2D | Line |
choose convention for points on the boundary | 255 |
math.geom2d.polygon.Polygon2DUtils | Line |
should avoid create new objects, and use a dedicated method | 52 |
manage several boundaries | 118 |
not sure about non continuous curves | 138 |
math.geom2d.polygon.Polyline2DUtils | Line |
need mode precise control | 127 |
need mode precise control | 159 |
need mode precise control | 269 |
need mode precise control | 300 |
math.geom2d.polygon.SimplePolygon2D | Line |
should return an instance of MultiPolygon2D. | 421 |
math.geom2d.polygon.convhull.GrahamScan2D | Line |
manage small values of n | 40 |
and what about colinear points ? | 94 |
math.geom2d.spline.BezierCurve2D | Line |
transform as interface for cubic and quad bezier curves ? | 44 |
math.geom3d.line.LineSegment3D | Line |
Auto-generated method stub | 204 |
math.geom3d.line.StraightLine3D | Line |
Auto-generated method stub | 106 |
Auto-generated method stub | 215 |
math.geom3d.plane.Plane3D | Line |
Auto-generated method stub | 147 |
math.geom3d.transform.AffineTransform3D | Line |
make the class immutable | 38 |
add methods to concatenate affine transforms. | 271 |