Package org.opentrafficsim.core.geometry
Class FractionalHelper
- java.lang.Object
-
- org.opentrafficsim.core.geometry.FractionalHelper
-
public final class FractionalHelper extends java.lang.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(java.lang.String[] args)
Test/development code for the fractional helper stuff.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws OTSGeometryException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.NoSuchFieldException, java.lang.SecurityException
Test/development code for the fractional helper stuff.- Parameters:
args
- String[]; the command line arguments (not used)- Throws:
OTSGeometryException
- in case of errorjava.lang.SecurityException
- ...java.lang.NoSuchFieldException
- ...java.lang.IllegalAccessException
- ...java.lang.IllegalArgumentException
- ...
-
-