labels:GEOM This function cannot be used on IBM_BLUE_GENE. It uses Cramer's rule to solve a 2 by 2 linear equation system to find intersection points. The determinat in the denominator of Cramer's rule can be become 0 which cannot be handled by IBM_BLUE_GENE. Use the other Geometry2D::getIntersectionElements instead.
labels:GEOM This code does not run on IBM_BLUE_GENE. For plane/line intersection Cramers rule is used. The determinant in the denominator of Cramer's rule can become 0 and this is not acceptable for IBM_BLUE_GENE. Use the other Geometry3D::getIntersectionElements instead.
labels:GEOM This method does not run on IBM_BLUE_GENE and is hence not used anymore. This is because the determinant in the denominator of Cramers rule can become 0, which can not be handled by IBM_BLUE_GENE. Please use Geometry3D::getLineIntersectionElements instead.