-
As discussed here: https://github.com/openscad/openscad/issues/749
Because the last row of the matrix is essentially ignored, it's not possible to implement non-affine transformations. I'm not even…
-
Is there a way to apply an affine transformation to a whole SVGDocument ?
I mean something much like the BLPath::transform() method ..
-
#### Problem description
I am working with CMIP6 data and looking at utilizing `rioxarray` for possibly combining different data streams, so I am looking for a general approach through rioxarray. For…
-
In the [documentation](https://docs.rs/cgmath/0.16.1/cgmath/trait.Transform.html), the sentence `A trait representing an affine transformation that can be applied to points or vectors. An affine trans…
-
Hi,
Your 2d transform library is impressive! I'm the author of the Zoomooz library and I've been thinking about replacing animation and transform code of my own with those in you library. My test bra…
-
It's the second time I've been asked about this in less than a week so I raise an issue so we keep this in mind.
Sometimes, people have a DEM and ortho-image of an area. They coregister the DEM to …
-
All bridges in MOI are affine transformations except the QuadtoSOC bridge.
As deletion commutes with affine transformations, except for the QuadtoSOC bridge, there should be no issue just deleting th…
-
Hello, I encountered difficulties while reproducing the experimental results. When adding localization noise, the lidar pose in v2v4real is a 4x4 matrix, which is different from opv2v, where it is a l…
-
During the hackathon in Basel we have brainstormed on the specification that would allow for viewing data across the spatialdata visualization ecosystem with one viewconfig. This issue describes the c…
-
robot.cpp --> Robot::moveWaypointsPtp --> line 142 / Eigen Transformation Assert:
[old] this->setPoseTarget(affine);
[new] this->setPoseTarget(Affine(affine).toPose());
geometry.hpp --> getInnerR…