Objective
Refactor the geometry classes to use (or be compatible with) Eigen vectors.
Dependencies and Tools
- Eigen
Refactor the geometry classes to use (or be compatible with) Eigen vectors.
rA Anari | |||
D342 | rAd6acb466413d Geometry Refactor |
Status | Assigned | Task | ||
---|---|---|---|---|
Open | memateo | T1034 Matrix Transforms | ||
Completed | • gacmix | T1305 LayerInstance class | ||
Completed | • gacmix | T1300 Transformation Class | ||
Open | memateo | T1301 Refactoring Geometry Using Eigen |
So I have a question. If we were to refactor the geometry classes, would we want to remove the FlexArray stuff and move loose parameters (i.e. x1, y1, cx1, cy1) into their own matrices? Just trying to get a feel for how I should approach this.