grasp
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Data Structures
Data Structures
+
Data Fields
All
Functions
+
Files
File List
•
All
Data Structures
Namespaces
Functions
Modules
precision-grasp
graspSynthesis
app
matlab
rototranslation.m
1
function
out=rototranslation(V,rot_tran,p)
2
V=V';
3
V = [V(1,:); V(2,:); V(3,:); ones(1,length(V))];
4
nv=rot_tran*V;
5
set(p,'Vertices',nv(1:3,:)')
6
out=nv(1:3,:)';
7
end
8
Generated by
1.8.12