Skip to content

Commit 3f2c7db

Browse files
committed
feat(transform): use valid pipeline names
1 parent b249188 commit 3f2c7db

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

packages/transform/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ foreach(transform
2626
"composite"
2727
"identity"
2828
"translation"
29-
"euler-2d"
30-
"euler-3d"
31-
"rigid-2d"
32-
"rigid-3d"
33-
"rigid-3d-perspective"
34-
"versor-rigid-3d"
29+
"euler2d"
30+
"euler3d"
31+
"rigid2d"
32+
"rigid3d"
33+
"rigid3d-perspective"
34+
"versor-rigid3d"
3535
"versor"
3636
"scale"
3737
"scale-logarithmic"
38-
"scale-skew-versor-3d"
39-
"similarity-2d"
40-
"similarity-3d"
38+
"scale-skew-versor3d"
39+
"similarity2d"
40+
"similarity3d"
4141
"quaternion-rigid"
4242
"affine"
4343
"scalable-affine"

0 commit comments

Comments
 (0)