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

6 lines
123 B
Matlab

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