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 @Override annotations #13

Closed stephengold closed 1 year ago

stephengold commented 1 year ago

This adds 11 Override annotations for methods that override or implement methods defined in other classes or interfaces.

The annotations might help a human understand the source code.