Package org.opentrafficsim.core.geometry
Class FractionalHelper
- java.lang.Object
-
- org.opentrafficsim.core.geometry.FractionalHelper
-
public final class FractionalHelper extends Object
Test/development code for the fractional helper stuff.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Test/development code for the fractional helper stuff.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws OTSGeometryException, IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityException
Test/development code for the fractional helper stuff.- Parameters:
args
- String[]; the command line arguments (not used)- Throws:
OTSGeometryException
- in case of errorSecurityException
- ...NoSuchFieldException
- ...IllegalAccessException
- ...IllegalArgumentException
- ...
-
-