Skip to content

Commit 1e27192

Browse files
committed
Added tags, standalone comment line of form %## taglist to assist in building doco with help2doc
1 parent 5c865a9 commit 1e27192

28 files changed

+63
-4
lines changed

t2r.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
%
1313
% See also R2T, TR2RT, RT2TR.
1414

15+
%## 2d 3d homogeneous
16+
1517
% Copyright (C) 1993-2019 Peter I. Corke
1618
%
1719
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tb_optparse.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
% - Any input argument or element of the opt struct can be a string instead
7777
% of a char array.
7878

79+
%## utility
80+
7981
% Copyright (C) 1993-2019 Peter I. Corke
8082
%
8183
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tr2angvec.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
%
2323
% See also ANGVEC2R, ANGVEC2TR, TRLOG.
2424

25+
%## 3d homogeneous rotation
26+
2527
% Copyright (C) 1993-2019 Peter I. Corke
2628
%
2729
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tr2delta.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
%
2323
% See also DELTA2TR, SKEW, SE3.todelta.
2424

25+
%## 3d differential homogeneous
26+
2527
% Copyright (C) 1993-2019 Peter I. Corke
2628
%
2729
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tr2eul.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
%
2323
% See also EUL2TR, TR2RPY.
2424

25+
%## 3d rotation homogeneous
26+
2527
% Copyright (C) 1993-2019 Peter I. Corke
2628
%
2729
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tr2jac.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
%
1212
% See also WTRANS, TR2DELTA, DELTA2TR, SE3.velxform.
1313

14+
%## 3d homogeneous differential
15+
1416
% Copyright (C) 1993-2019 Peter I. Corke
1517
%
1618
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tr2rpy.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
%
3333
% See also rpy2tr, tr2eul.
3434

35+
%## 3d rotation homogeneous
36+
3537
% Copyright (C) 1993-2019 Peter I. Corke
3638
%
3739
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tr2rt.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
%
1818
% See also RT2TR, R2T, T2R.
1919

20+
%## 2d 3d homogeneous rotation translation
21+
2022
% Copyright (C) 1993-2019 Peter I. Corke
2123
%
2224
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tranimate.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
%
2929
% See also TRPLOT, Animate, SE3.animate.
3030

31+
%## 3d rotation trajectory graphics
32+
3133
% Copyright (C) 1993-2019 Peter I. Corke
3234
%
3335
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

tranimate2.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
%
2929
% See also TRPLOT, Animate, SE3.animate.
3030

31+
%## 2d homogeneous rotation graphics
32+
3133
% Copyright (C) 1993-2019 Peter I. Corke
3234
%
3335
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).
@@ -208,4 +210,4 @@ function timer_callback(timerObj, ~)
208210

209211
guts(ud, i);
210212

211-
end
213+
end

transl.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
%
2929
% See also SE3.t, SE3.transl.
3030

31+
%## 3d homogeneous translation
32+
3133
% Copyright (C) 1993-2019 Peter I. Corke
3234
%
3335
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

transl2.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
%
2424
% See also SE2.t, ROT2, ISHOMOG2, TRPLOT2, TRANSL.
2525

26+
%## 2d homogeneous translation
27+
2628
% Copyright (C) 1993-2019 Peter I. Corke
2729
%
2830
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).
@@ -89,4 +91,4 @@
8991
else
9092
h = false;
9193
end
92-
end
94+
end

trchain.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
%
4141
% See also trchain2, trotx, troty, trotz, transl, SerialLink.trchain, ETS.
4242

43+
%## 3d homogeneous
4344

4445
% Copyright (C) 1993-2017, by Peter I. Corke
4546
%

trchain2.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
%
4141
% See also trchain2, trotx, troty, trotz, transl, SerialLink.trchain, ETS.
4242

43+
%## 2d homogeneous
44+
4345

4446
% Copyright (C) 1993-2017, by Peter I. Corke
4547
%

trexp.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
%
4040
% See also ANGVEC2R, TRLOG, TREXP2, SKEW, SKEWA, Twist.
4141

42+
%## 3d homogeneous differential
43+
44+
4245
% Copyright (C) 1993-2019 Peter I. Corke
4346
%
4447
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trinterp.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
%
2525
% See also TRINTERP2, CTRAJ, SE3.interp, UnitQuaternion, TPOLY, LSPB.
2626

27+
%## 3d homogeneous trajectory
28+
2729
% Copyright (C) 1993-2019 Peter I. Corke
2830
%
2931
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trinterp2.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
%
2424
% See also TRINTERP, SE3.interp, UnitQuaternion, TPOLY, LSPB.
2525

26+
%## 2d homogeneous trajectory
27+
28+
2629
% Copyright (C) 1993-2019 Peter I. Corke
2730
%
2831
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trlog.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
%
2929
% See also trexp, trexp2, Twist, LOGM.
3030

31+
%## 3d homogeneous differential
32+
3133
% Copyright (C) 1993-2019 Peter I. Corke
3234
%
3335
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trnorm.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
%
2222
% See also OA2TR, SO3.trnorm, SE3.trnorm.
2323

24+
%## 3d homogeneous
25+
2426
% Copyright (C) 1993-2019 Peter I. Corke
2527
%
2628
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trot2.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
%
1111
% See also rot2, transl2, ishomog2, trplot2, trotx, troty, trotz, SE2.
1212

13+
%## 2d homogeneous rotation
14+
1315
% Copyright (C) 1993-2019 Peter I. Corke
1416
%
1517
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trotx.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
%
1111
% See also rotx, troty, trotz, trot2, SE3.Rx.
1212

13+
%## 3d rotation
14+
1315
% Copyright (C) 1993-2019 Peter I. Corke
1416
%
1517
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

troty.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
%
1111
% See also roty, trotx, trotz, trot2, SE3.Ry.
1212

13+
%## 3d homogeneous rotation
14+
15+
1316
% Copyright (C) 1993-2019 Peter I. Corke
1417
%
1518
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trotz.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
%
1111
% See also rotz, trotx, troty, trot2, SE3.Rz.
1212

13+
%## 3d homogeneous rotation
14+
1315
% Copyright (C) 1993-2019 Peter I. Corke
1416
%
1517
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trplot.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
% 'thick', 5.
7171
% - The 'arrow' option requires https://www.mathworks.com/matlabcentral/fileexchange/14056-arrow3
7272

73+
%## 3d homogeneous graphics
74+
7375
% Copyright (C) 1993-2019 Peter I. Corke
7476
%
7577
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trplot2.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
%
5353
% See also TRPLOT.
5454

55+
%## 2d homogeneous graphics
56+
5557
% Copyright (C) 1993-2019 Peter I. Corke
5658
%
5759
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trprint.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
%
4040
% See also TR2EUL, TR2RPY, TR2ANGVEC.
4141

42+
%## 3d homogeneous
43+
4244
% Copyright (C) 1993-2019 Peter I. Corke
4345
%
4446
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trprint2.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
%
2323
% See also TRPRINT.
2424

25+
%## 2d homogeneous
26+
27+
2528
% Copyright (C) 1993-2019 Peter I. Corke
2629
%
2730
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

trscale.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
% z-directions.
77
%
88
% Note::
9-
% - This matrix does not belong to SE(3) and should not be compounded with
10-
% any SE(3) matrix.
9+
% - This matrix does not belong to SE(3) and if compounded with
10+
% any SE(3) matrix the result will not be in SE(3).
1111
%
1212

13+
%## 3d homogeneous
14+
1315
% Copyright (C) 1993-2019 Peter I. Corke
1416
%
1517
% This file is part of The Spatial Math Toolbox for MATLAB (SMTB).

0 commit comments

Comments
 (0)