Skip to content

Commit 43748e9

Browse files
committed
Add reference to quaternon doc.
1 parent c4aef10 commit 43748e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ Quaternion data may be accesed via the `q` bound variable:
189189
1. `q` Contains `[w, x, y, z]` representing the normalised (unit) quaternion
190190
`w + xi + yj + zk`. Quaternion data is dimensionless.
191191

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+
192196
A bound variable `beta` controls algorithm performance. The default value may
193197
be altered after instantiation. See [section 5.2](./README.md#52-beta).
194198

0 commit comments

Comments
 (0)