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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.SecurityException
      Test/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 error
      java.lang.SecurityException - ...
      java.lang.NoSuchFieldException - ...
      java.lang.IllegalAccessException - ...
      java.lang.IllegalArgumentException - ...