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

6 lines
113 B
Matlab
Raw Normal View History

automatically generated by wrap
function result = y(obj)
2011-11-01 07:44:31 +08:00
% usage: obj.y()
error('need to compile y.cpp');
end