// automatically generated by wrap on 2012-Jan-15 #include #include using namespace geometry; void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) { checkArguments("Point3_staticFunction",nargout,nargin,0); double result = Point3::staticFunction(); out[0] = wrap< double >(result); }