Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Since elements are allowed to have only (a subset of the) c, x, y, z axes and mu

In details:

- we don't need to specify the intrinsic coordinate systems, these are inferred from the element schema
- we don't need to specify the intrinsic coordinate systems, these are inferred from the element schema (e.g., for an `axes` array with two axes named "y" and "x", the intrinsic coordinate system would be named "yx")
- each element MAY have a transformation mapping them to one or more extrinsic coordinate systems

Each coordinate system
Expand Down
Loading