Skip to content

Commit

Permalink
typo affine -> rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Aug 13, 2024
1 parent 11729de commit 8e9bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ The matrix MUST be stored as a 2D array either as json or in a zarr array.

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

`affine`s are [matrix transformations](#matrix-transformations) that are special cases of affine transformations. When possible, a rotation
`rotation`s are [matrix transformations](#matrix-transformations) that are special cases of affine transformations. When possible, a rotation
transformation SHOULD be preferred to its equivalent affine. Input and output dimensionality (N) MUST be identical. Rotations
are stored as `NxN` matrices, see below, and MUST have determinant equal to one, with orthonormal rows and columns. The matrix
MUST be stored as a 2D array either as json or in a zarr array. `rotation` transformations are invertible.
Expand Down

0 comments on commit 8e9bdb6

Please sign in to comment.