Skip to content

Commit

Permalink
clarify invertibility of sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Sep 23, 2024
1 parent 77a7db7 commit cae3490
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rfc/wip-tform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,11 @@ transformation (if it exists).

#### <a name="sequence">sequence</a>

A `sequence` transformation consists of an ordered array of coordinate transformations, and is invertible if every
coordinate transform in the array is invertible. To apply a sequence transformation to a point in the input coordinate system,
apply the first transformation in the list of transformations. Next, apply the second transformation to the result. Repeat until
every transformation has been applied. The output of the last transformation is the result of the sequence.


A `sequence` transformation consists of an ordered array of coordinate transformations, and is invertible if every coordinate
transform in the array is invertible (though could be invertible in other cases as well). To apply a sequence transformation
to a point in the input coordinate system, apply the first transformation in the list of transformations. Next, apply the second
transformation to the result. Repeat until every transformation has been applied. The output of the last transformation is the
result of the sequence.

The transformations included in the `transformations` array may omit their `input` and `output` fields under the conditions
outlined below:
Expand Down

0 comments on commit cae3490

Please sign in to comment.