5 lines
140 B
Matlab
5 lines
140 B
Matlab
|
|
function result = Point3_StaticFunction(obj)
|
||
|
|
% usage: obj.Point3_StaticFunction()
|
||
|
|
error('need to compile Point3_StaticFunction.cpp');
|
||
|
|
end
|