Create something like ktk.geometry.format? #187
Closed
felixchenier
started this conversation in
2. Development: Ideas, new features, doc, etc.
Replies: 1 comment
-
|
Now done with geometry.create_point_series, create_vector_series and create_transform_series |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Something that could take an Nx3 array and create an Nx4 array from it directly? Like:
where an Nx3 array would become an Nx4 array with the third element filled with
fill, and an Nx3x3 rotation matrix series would become an Nx4x4 transformation matrix series?I know it would be practical, but I don't know if it needs a proper function or an howto instead.
Beta Was this translation helpful? Give feedback.
All reactions