There was an error while loading. Please reload this page.
1 parent c4aef10 commit 43748e9Copy full SHA for 43748e9
README.md
@@ -189,6 +189,10 @@ Quaternion data may be accesed via the `q` bound variable:
189
1. `q` Contains `[w, x, y, z]` representing the normalised (unit) quaternion
190
`w + xi + yj + zk`. Quaternion data is dimensionless.
191
192
+See [my notes on quaternions](https://github.com/peterhinch/micropython-samples/blob/master/README.md#412-quaternions)
193
+for code enabling them to be used to perform 3D rotation with minimal
194
+mathematics. They are easier to use for this purpose than Euler angles.
195
+
196
A bound variable `beta` controls algorithm performance. The default value may
197
be altered after instantiation. See [section 5.2](./README.md#52-beta).
198
0 commit comments