?? gethtpointset.m
字號(hào):
function [ps] = getHTPointSet()
% [vs] = getHTPointSet()
% Utility function to obtain a point structure to be used with
% the function hapticTool. hapticViewer internally uses hapticToolMex which
% in turn uses the h3d scene graph api
%
% Author: Johann Strasser
% Date: 070129 (YYMMDD)
%
% Revision #1
ps.name = 'pointSet1';
ps.parentTransform = 'world';
ps.points = [];
ps.colours = [];
ps.interactionMode = 'move';
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -