3-D geometric transformation of a matrix of 3-D points
Show older comments
I have a set of nine 3-D points, with the following form:
e = 0.2;
points3d = [-e -e 0
-e 0 0
-e e 0
0 -e 0
0 0 0
0 e 0
e -e 0
e 0 0
e e 0]';
I would like to apply a 3-D geometric transformation to this set of nine 3d points, so that they are rotated and translated to a random position. What is the easiest way to do this?
Thanks.
Accepted Answer
More Answers (0)
Categories
Find more on Object Containers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!