pointOnMeshInfo/getPointAndNormal.h
#ifndef _getPointAndNormal_h
#define _getPointAndNormal_h
#include <maya/MObject.h>
#include <maya/MDagPath.h>
#include <maya/MItMeshPolygon.h>
#include <maya/MFnMesh.h>
#include <maya/MFloatArray.h>
#include <maya/MPoint.h>
#include <maya/MVector.h>
#endif