gtsam/wrap/expected/@Point2/y.m

6 lines
129 B
Matlab

% automatically generated by wrap on 2010-Feb-23
% usage: obj.y()
function result = y(obj)
error('need to compile y.cpp');
end