11 lines
		
	
	
		
			328 B
		
	
	
	
		
			C++
		
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			328 B
		
	
	
	
		
			C++
		
	
	
| // automatically generated by wrap
 | |
| #include <wrap/matlab.h>
 | |
| #include <Point3.h>
 | |
| 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);
 | |
| }
 |