/**
*
*/
package wblut.geom;
// TODO: Auto-generated Javadoc
/**
* The Enum WB_VertexType3D.
*
* @author Frederik Vanhoutte, W:Blut
*/
public enum WB_VertexType3D {
/** The unknown. */
UNKNOWN,
/** The convex. */
CONVEX,
/** The concave. */
CONCAVE,
/** The saddle. */
SADDLE,
/** The flat. */
FLAT,
/** The flatconvex. */
FLATCONVEX,
/** The flatconcave. */
FLATCONCAVE
}