All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.mihosoft.vrl.v3d.ext.quickhull3d.InternalErrorException Maven / Gradle / Ivy

There is a newer version: 0.5.7
Show newest version
package eu.mihosoft.vrl.v3d.ext.quickhull3d;

/**
 * Exception thrown when QuickHull3D encounters an internal error.
 */
class InternalErrorException extends RuntimeException
{
	public InternalErrorException (String msg)
	 { super (msg);
	 }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy