gtsam/wrap/expected/@Point3/norm.m

6 lines
138 B
Matlab
Raw Normal View History

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