Class 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.
      • Methods inherited from class java.lang.Object

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