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

6 lines
129 B
Matlab
Raw Normal View History

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