www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@constar/getCenter.m

    function center = getCenter( con )
%GETCENTER Set the center of a CONSTAR constraint
%
%  CON = GETCENTER(CON, CENTER)
%
%  See also CONSTAR.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.

center = con.Center;

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|