Skip to content
Snippets Groups Projects
Commit e397c0bb authored by Brutzman, Don's avatar Brutzman, Don
Browse files

default constructor to silence javadoc warning

parent 3b89c6f0
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,11 @@ package edu.nps.moves.dis7.utilities;
public class EulerConversions
{
/** default constructor */
public EulerConversions()
{
// initialization code here
}
static double _toDegrees = 57.2957795131;
static double _toRadians = 0.01745329252;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment