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
Modifier and Type Method Description static void
main(java.lang.String[] args)
Test/development code for the fractional helper stuff.
-
Method Details
-
main
public static void main(java.lang.String[] args) throws org.opentrafficsim.core.geometry.OTSGeometryException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.NoSuchFieldException, java.lang.SecurityExceptionTest/development code for the fractional helper stuff.- Parameters:
args
- String[]; the command line arguments (not used)- Throws:
org.opentrafficsim.core.geometry.OTSGeometryException
- in case of errorjava.lang.SecurityException
- ...java.lang.NoSuchFieldException
- ...java.lang.IllegalAccessException
- ...java.lang.IllegalArgumentException
- ...
-