MeshKit  1.0
AF2PointTransformNone.cpp
Go to the documentation of this file.
00001 #include "meshkit/AF2PointTransformNone.hpp"
00002 
00003 AF2Point2D AF2PointTransformNone::transformPoint(
00004     AF2Point2D const & point, AF2Binding const & vBinding) const
00005 {
00006   return point;
00007 }
00008 
00009 AF2PointTransformNone* AF2PointTransformNone::clone() const
00010 {
00011   return new AF2PointTransformNone();
00012 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines