//geomlib.h#ifndef_GEOMLIB_H#define_GEOMLIB_H#include"tpoint2.h"#include"tpoint3.h"#include"tpoint4.h"#include"ttri.h"typedeft_point2<float>G_POINT2F;typedeft_point2<double>G_POINT2D,G_POINT;typedeft_point3<float>G_POINT3F;typedeft_point3<double>G_POINT3D,G_POINT3;typedeft_point4<float>G_POINT4F;typedeft_point4<double>G_POINT4D,G_POINT4;typedeft_tri<int>G_TRIINT;typedeft_tri<G_POINT2F>G_TRI2F;typedeft_tri<G_POINT3F>G_TRI3F;typedeft_tri<G_POINT>G_TRIPT;voidGEOM_EXPfoo();#endif//_GEOMLIB_H