![JAR search and dependency download from the Maven repository](/logo.png)
eu.mihosoft.vrl.v3d.ext.quickhull3d.InternalErrorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcsg Show documentation
Show all versions of jcsg Show documentation
Java implementation of BSP based CSG (Constructive Solid Geometry)
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