M-File Help: se2 | View code for se2 |
Create planar translation and rotation transformation
T = se2(x, y, theta) is a 3x3 homogeneous transformation SE(2) representing translation x and y, and rotation theta in the plane.
T = se2(xy) as above where xy=[x,y] and rotation is zero
T = se2(xy, theta) as above where xy=[x,y]
T = se2(xyt) as above where xyt=[x,y,theta]
© 1990-2012 Peter Corke.