00001 /* 00002 * AF2Point2D.hpp 00003 * 00004 * An immutable point with two double coordinates. 00005 */ 00006 00007 // MeshKit 00008 #include "meshkit/Point2D.hpp" 00009 00010 typedef Point2D AF2Point2D;