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

6 lines
122 B
Matlab
Raw Normal View History

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