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 (package private) static OTSPoint3D[]
getFractionalHelperCenters(OTSLine3D line)
Dirty hack.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
- ...
-
getFractionalHelperCenters
static OTSPoint3D[] getFractionalHelperCenters(OTSLine3D line) throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityException
Dirty hack.- Parameters:
line
- OTSLine3D; the line- Returns:
- OTSPoine3D[]
- Throws:
IllegalArgumentException
- ...IllegalAccessException
- ...NoSuchFieldException
- ...SecurityException
- ...
-
-