10000 more doco · navrobot/robotics-toolbox-python@ce36b8d · GitHub
[go: up one dir, main page]

Skip to content

Commit ce36b8d

Browse files
committed
more doco
1 parent 99667bf commit ce36b8d

File tree

1 file changed

+4
-2
lines changed

spatialmath/docs/source/intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,11 @@ These classes are all derived from two parent classes:
176176

177177
# Vectorization
178178

179-
For most methods, if applied to an object that contains a sequence, the result will be on a sequence.
179+
For most methods, if applied to an object that contains a sequence of length N, the result will be the appropriate return object type but of length N.
180180

181-
For binary operations the results are vectorized. For the case `X1 op X2` then the the following element-wise operations occur
181+
show example for norm, isrot,
182+
183+
Most binary operations (`*`, `*=`, `**`, `+`, `+=`, `-`, `-=`, `==`, `!=`) are vectorized. For the case `X1 op X2` then the the following element-wise operations occur
182184

183185
| len(X1) | len(X2) | len(X1 op X2) | results |
184186
--------- | --------- | ---------------- | ----------------------- |

0 commit comments

Comments
 (0)
0