Skip to content

Commit

Permalink
Merge pull request #90 from joshmoore/tables
Browse files Browse the repository at this point in the history
Convert cfm table to html
  • Loading branch information
sbesson authored Feb 2, 2022
2 parents 279b74d + 9938e82 commit 18fc37b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions latest/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,13 @@ It is a list of dictionaries. Each entry describes a single transformation and M
The value of "type" MUST be one of the elements of the `type` column in the table below.
Additional fields for the entry depend on "type" and are defined by the column `fields`.

| type | fields | description |
| ------------- | ------ |------------ |
| `identity` | | identity transformation, is the default transformation and is typically not explicitly defined |
| `translation` | one of: `"translation":List[float]`, `"path":str` | translation vector, stored either as a list of floats (`"translation"`) or as binary data at a location in this container (`path`). The length of vector defines number of dimensions. |
| `scale` | one of: `"scale":List[float]`, `"path":str` | scale vector, stored either as a list of floats (`scale`) or as binary data at a location in this container (`path`). The length of vector defines number of dimensions. |
<table>
<tr><th>`identity` <td> <td>identity transformation, is the default transformation and is typically not explicitly defined
<tr><th>`translation` <td> one of: `"translation":List[float]`, `"path":str` <td>translation vector, stored either as a list of floats (`"translation"`) or as binary data at a location in this container (`path`). The length of vector defines number of dimensions. |
<tr><th>`scale` <td> one of: `"scale":List[float]`, `"path":str` <td>scale vector, stored either as a list of floats (`scale`) or as binary data at a location in this container (`path`). The length of vector defines number of dimensions. |
<thead>
<tr><th>type<th>fields<th>description
</table>

The transformations in the list are applied sequentially and in order.

Expand Down

0 comments on commit 18fc37b

Please sign in to comment.