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

6 lines
138 B
Matlab

function result = norm(obj)
% usage: obj.norm()
% automatically generated by wrap on 2011-Oct-31
error('need to compile norm.cpp');
end