averbraeck / djutils

Delft Java Utilities for statistics, stochastics, data analysis and serialization
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Improve documentation for Ray and OrientedPoint #23

Open averbraeck opened 1 year ago

averbraeck commented 1 year ago

The classes Ray (Ray2d and Ray3d) and DirectedPoint (DirectedPoint2d and DirectedPoint3d) seem to store the exact same information, yet the two classes are very different. Explain in the Javadoc, and in the documentation why both classes exist.