- `pyConics` classes have been renamed by adding a prefix `C` in
front of every class name, i.e., `Point` class has become `CPoint`
and `Line` class has become `CLine`.
- `CFigure` and `CAxes` classes have been created. Thus, they can
be used to plot `CPoint`, `CLine`, and in the future `CConic`.
- A bug was fixed in `utils.dot()` method.
- `function.py` has been renamed to `utils.py`.
- requirement: `python` version was downgraded to 2.10.
- requirement: `numpy` version was downgraded to 1.25.