2012-01-16 03:09:34 +08:00
|
|
|
// automatically generated by wrap on 2012-Jan-15
|
2011-12-02 10:32:18 +08:00
|
|
|
#include <wrap/matlab.h>
|
|
|
|
#include <Point3.h>
|
2011-12-10 04:29:47 +08:00
|
|
|
using namespace geometry;
|
2011-12-02 10:32:18 +08:00
|
|
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
|
|
|
{
|
2011-12-07 11:05:30 +08:00
|
|
|
checkArguments("Point3_staticFunction",nargout,nargin,0);
|
|
|
|
double result = Point3::staticFunction();
|
2011-12-02 10:32:18 +08:00
|
|
|
out[0] = wrap< double >(result);
|
|
|
|
}
|