Simsilica / SimMath

A double-based math package similar to JME's float-based math classes.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

add javadoc for overriding methods #20

Closed stephengold closed 1 year ago

stephengold commented 1 year ago

This PR adds javadoc for the clone(), equals(), hashCode(), and toString() methods of Matrix3d, Quatd and Vector3d.

I left this for last because I realize many developers believe such methods don't need documentation. YMMV