gtsam/wrap/tests/expected/@Point2/x.m

6 lines
129 B
Matlab

function result = x(obj)
% usage: obj.x()
% automatically generated by wrap on 2011-Oct-31
error('need to compile x.cpp');
end