/**
*
*/
package wblut.geom;
// TODO: Auto-generated Javadoc
/**
* The Enum WB_ClassifyPointToPlane.
*
* @author Frederik Vanhoutte, W:Blut
*/
public enum WB_ClassifyPointToPlane {
/** Point on plane. */
POINT_ON_PLANE,
/** Point on positive side of plane. */
POINT_IN_FRONT_OF_PLANE,
/** Point on negative side of plane. */
POINT_BEHIND_PLANE
}