This website requires JavaScript.
Explore
Help
Sign In
martin
/
protot
Watch
1
Star
0
Fork
You've already forked protot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8694cddcdf
protot
/
3rdparty
/
rbdl
/
utils
/
matlab
/
VectorCrossMatrix.m
6 lines
92 B
Matlab
Raw
Blame
History
function
R
=
VectorCrossMatrix
(
r
)
R
=
[
0
,
-
r
(
3
)
,
r
(
2
)
;
r
(
3
)
,
0
,
-
r
(
1
)
;
-
r
(
2
)
,
r
(
1
)
,
0
]
;
Reference in New Issue
View Git Blame
Copy Permalink