Skip to content

Commit 5cb741a

Browse files
authored
Fix formatting of binary serialization API table
1 parent 9ab8629 commit 5cb741a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tutorials/io/binary_serialization_api.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -490,23 +490,23 @@ If no flags are set (flags == 0), the floats are sent as 32 bit single precision
490490
+----------+-------+---------+---------------------------------------------------------------+
491491
| Offset | Len | Type | Description |
492492
+==========+=======+=========+===============================================================+
493-
| 4 | 4 | Float | The X component of the X column vector, accessed via [0][0] |
493+
| 4 | 4 | Float | The X component of the X column vector, accessed via [0][0] |
494494
+----------+-------+---------+---------------------------------------------------------------+
495-
| 8 | 4 | Float | The Y component of the X column vector, accessed via [0][1] |
495+
| 8 | 4 | Float | The Y component of the X column vector, accessed via [0][1] |
496496
+----------+-------+---------+---------------------------------------------------------------+
497-
| 12 | 4 | Float | The Z component of the X column vector, accessed via [0][2] |
497+
| 12 | 4 | Float | The Z component of the X column vector, accessed via [0][2] |
498498
+----------+-------+---------+---------------------------------------------------------------+
499-
| 16 | 4 | Float | The X component of the Y column vector, accessed via [1][0] |
499+
| 16 | 4 | Float | The X component of the Y column vector, accessed via [1][0] |
500500
+----------+-------+---------+---------------------------------------------------------------+
501-
| 20 | 4 | Float | The Y component of the Y column vector, accessed via [1][1] |
501+
| 20 | 4 | Float | The Y component of the Y column vector, accessed via [1][1] |
502502
+----------+-------+---------+---------------------------------------------------------------+
503-
| 24 | 4 | Float | The Z component of the Y column vector, accessed via [1][2] |
503+
| 24 | 4 | Float | The Z component of the Y column vector, accessed via [1][2] |
504504
+----------+-------+---------+---------------------------------------------------------------+
505-
| 28 | 4 | Float | The X component of the Z column vector, accessed via [2][0] |
505+
| 28 | 4 | Float | The X component of the Z column vector, accessed via [2][0] |
506506
+----------+-------+---------+---------------------------------------------------------------+
507-
| 32 | 4 | Float | The Y component of the Z column vector, accessed via [2][1] |
507+
| 32 | 4 | Float | The Y component of the Z column vector, accessed via [2][1] |
508508
+----------+-------+---------+---------------------------------------------------------------+
509-
| 36 | 4 | Float | The Z component of the Z column vector, accessed via [2][2] |
509+
| 36 | 4 | Float | The Z component of the Z column vector, accessed via [2][2] |
510510
+----------+-------+---------+---------------------------------------------------------------+
511511

512512
If flag ``ENCODE_FLAG_64`` is set (flags & 1 == 1), the floats are sent as 64 bit double precision.

0 commit comments

Comments
 (0)