File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -239,12 +239,15 @@ roll
239
239
240
240
This differs from `rot_x` in the zero point and direction to increase the value.
241
241
242
+ Finally there are attributes which express the orientation in other forms:
242
243
243
244
rotation_matrix
244
- : The [ rotation matrix] ( https://en.wikipedia.org/wiki/Rotation_matrix ) represented by this orientation. A list of 3 lists, each with 3 items.
245
+ : The [ rotation matrix] ( https://en.wikipedia.org/wiki/Rotation_matrix ) represented by this orientation.
246
+ This 3×3 matrix is represented by a list of 3 lists, each with 3 values, in an arrangement compatible with tools such as ` numpy ` .
245
247
246
248
quaternion
247
- : The [ Quarternion] ( https://kieranwynn.github.io/pyquaternion/#quaternion-features ) instance represented by this orientation.
249
+ : The [ quarternion] ( https://en.wikipedia.org/wiki/Quaternion ) represented by this orientation.
250
+ On the physical kits this is implemented as a [ ` pyquaternion.Quaternion ` ] ( https://kieranwynn.github.io/pyquaternion/#quaternion-features ) instance.
248
251
249
252
<a id =" Spherical " />
250
253
You can’t perform that action at this time.
0 commit comments