From 9938e8266d028d792b31a3b7443ab2feb64c646e Mon Sep 17 00:00:00 2001 From: jmoore Date: Wed, 2 Feb 2022 12:21:05 +0100 Subject: [PATCH] Convert cfm table to html --- latest/index.bs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/latest/index.bs b/latest/index.bs index e12377e1..1ceab56c 100644 --- a/latest/index.bs +++ b/latest/index.bs @@ -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. | + + +
`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. | +
typefieldsdescription +
The transformations in the list are applied sequentially and in order.