gethtpointset.m
来自「matlab aamtool box」· M 代码 · 共 16 行
M
16 行
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';
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?